treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Logo only showing up on home page in Wordpress

  • ok so im working on this clients site and maybe im just missing something easy and stupid. But the logo is showing up on the idex.php page but not on the page.php or the post.php pages its calling for the same header file that index.php... so im lost please help! im sure its somthing easy and stupid im just looking over..... the site is up at zinkstefanech.com
  • Can you show the php in your header.php file where you're creating the title div?
  • Could it just be a simple page specific statement?

    <?php if ( is_front_page() ) { ?>

    <?php } else { ?>

    <?php } ?>