• For some reason the front page is not being recognized as home, on my theme index.php I have this code and it outputs the else part of the code, how can I change this so it is recognized as home? Thanks

    <?php if( is_home() ) : ?>
    <!-- show something if home -->
    	<?php else : ?>
    <!-- show something if not home -->
    <?php endif; ?>
  • The topic ‘Front page not recognized as home’ is closed to new replies.