• Hello,
    I’m trying to hide the title on the home page and for some reason it’s not working. Can anyone help? Here’s my code:

    <?php if ((!is_home())||(!(is_page('71')))): ?> <header class="entry-header">
            <h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
            <?php endif; ?>

    Thanks in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hide Title on Static Home Page’ is closed to new replies.