hi, i have an anime-streaming wordpress blog, and i wonder how i can make 2 sepperate category-lists? 1. 'anime series' 2. 'anime movies' is there an easy to use plugin or something?
for list one: <?php wp_list_categories('orderby=name&include=1'); ?> Code (markup): where '1' is the ID for the anime series category. For list two: <?php wp_list_categories('orderby=name&include=2'); ?> Code (markup): where '2' is the ID for the anime movies category. You can get the ID from Manage -> Categories in admin panel.