• Hi
    I’m wanting to hide the page title on the home page but keep it visible on all other pages. How would I alter this ‘if’ statement to do so?
    Thanks

    <?php if ( is_front_page() ) { ?>
    <h2><?php the_title(); ?></h2>
    <?php } else { ?>
    <h1><?php the_title(); ?></h1>
    <?php } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show/ hide page titles’ is closed to new replies.