Hi all,
So, I'm creating a wordpress site from scratch.
I've created a header.php file which contains an image, links and search bar.
I have a few pages: front-page.php, page-about.php and contact.php.
Each of these pages calls the header.php.
The header displays in every page BUT the image only displays on the front-page.php.
I find this odd because each page calls the same header.php file but only the front page displays the image.
Anyone have an idea why the image doesn't display on all pages?
TIA
Paul