Sidebar: Multiple Categories but only show 1
-
Hello all. I’m using wp_list_bookmarks to show a list of links in my sidebar, however, I want to only show specific categories on specific pages. Is there a way to do this without creating new templates for each page? I’d like to stay dynamic and keep it all in the sidebar.
Code:
<?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?> <ul class="side-list"> <?php wp_list_bookmarks('title_li=&categorize=0&category=3'); ?> </ul> <?php endif; // end dynamic_sidebar ?>
Thanks so much in advance!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Sidebar: Multiple Categories but only show 1’ is closed to new replies.