if (is_category) and wp_list_bookmarks array?
-
Hello,
I’ve got 50 categories (and a corresponding 50 link categories) and I’m wondering if there is an easier way to show the links in a link category on just that category page rather than run 50 variations of this code string in the sidebar:
<?php if (is_category('idaho')) { wp_list_bookmarks('title_li=&categorize=0&category_name=idaho'); } ?>
Is it possible to do some sort of an array? Or is there an even easier way?
My dog thanks everyone…..
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘if (is_category) and wp_list_bookmarks array?’ is closed to new replies.