Can this page code for sidebars be altered for posts and category id's?
-
Hello,
I have php code that is working to customize the sidebars of my pages. I’m wondering how, or if, this code could be altered to instead target post and category id’s?
<?php if (is_page('100')) : ?> <?php get_sidebar('homepage'); ?> <?php else : ?> <?php get_sidebar(); ?> <?php endif; ?>
I know very little about code, so please be as specific as possible. Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can this page code for sidebars be altered for posts and category id's?’ is closed to new replies.