Do not show something on frontpage or page ID.
-
I don’t understand why this doesn’t work…
I am using a static front page.I don’t want to show content on the front page as well as on a page with page ID 112.
When I use this code:
<?php if ( !is_front_page() || !is_page(112) ) { ?> Content. <?php } ?>
The content still shows on the front page and the page ID.
When I use either of them seprately, it works. Why isn’t te above code working?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Do not show something on frontpage or page ID.’ is closed to new replies.