condition staments help with excluding pages
-
i want to show content on all pages except on in the side bar, im usinh conditional statements but cant seem to get it right, here is my php:
<?php if (is_page()) { ?> <p>something for all other pages goes here</p> <?php } elseif (is_page('37')) { ?> <p>something for page 37 only goes here</p> <?php } ?>
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘condition staments help with excluding pages’ is closed to new replies.