Still having problems. I played with the arguments in list_cats, but still have the same problem. My goal is to format the categories to have them organized by parent category:
parent
– sub
– sub
– sub
parent
– sub
– sub
– sub
etc…
currently, all categories are displays, but they are not organized by parent category. does that organization need to occur in css? if so, what do i need to add/modify? any help would be greatly appreciated!
from sidebar.php:
- <h2><?php _e(‘Categories’); ?></h2>
<?php list_cats(1, ‘All’, ‘name’, ‘asc’, ‘index.php’, 1, 0, 1, 1, 0, 1,0,0,”,”,”,”,0) ?>