Excluding sidebar items w/ conditional tags
-
Ok, here’s what I’m trying to do. On my homepage’s sidebar, I’ve got a bunch of items. On individual posts, I’d like only a smaller subset of those items to be shown.
I THINK I should use something like this
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
But it doesn’t seem to be working. Any suggestions?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Excluding sidebar items w/ conditional tags’ is closed to new replies.