Show menu only on home page?
-
This is a follow up to https://www.ads-software.com/support/topic/176819
I have added…
<?php if (!is_home()) { ?> MENU/TOOLBAR <?php } ?>
…around a tool bar and it works perfectly. It does not show up on the first page.
But now I want a different toolbar to show up on the home page. How do I do an “if/than”? If home page, show this not that, if secondary page show that not this.
And even more advanced, is there a way to have a 3rd option? Like if it is a member page to have a different navbar?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show menu only on home page?’ is closed to new replies.