• Resolved Gbn1

    (@gbn1)


    Hi guys.

    At the top of my site I have a ‘filter by’ section.

    How do I keep this on the home page, but remove it from the other ‘pages’ ?

    I have made a new php page for the pages to remove the date, but can’t seem how to remove this header: filter by.

    here is the url http://www.Recognisethemovement.com

    if you could have a look that would be great.

Viewing 1 replies (of 1 total)
  • Thread Starter Gbn1

    (@gbn1)

    [resolved] needed to add:

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

    <?php } else { ?><?php } ?>

Viewing 1 replies (of 1 total)

The topic ‘Remove Filter on every page except homepage’ is closed to new replies.