Help using list_cats
-
Here’s what I’d like to do: I’d like for child subcategories to appear under their parent in the sidebar.
Example:
Parent
—> Child
—> ChildI’ve done some research, and I’m having confused as to whether this is a CSS issue or a wp_list_cats issue.
Here is my list_cats argument:
<li><h2><?php _e('Categories'); ?></h2>
<ul>
<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
</ul>
</li>I think it’s set to display child categories… but they’re still not moved under the parent.
If this is a CSS issue, can someone point me to what class I’m looking for in the stylesheet? BTW, I’m using the Wuhan theme.
THANKS A MILLION for any help!!!!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Help using list_cats’ is closed to new replies.