Mam stronę o nazwie „Apple”, której identyfikator to strona 2533. W pliku page.php mam wiersz: echo $bannerimg I ta funkcja w functions.php: if ( is_page( '2533' ) ) { // also tested with 'Apple' $bannerimg = 'apple.jpg'; } elseif ( is_page( 'test' ) ) { $bannerimg = 'test.jpg'; }...