When I enter a new category as a child to an existing category it appears on the Index page as a category of equal rank instead of as an indented child. How can I make the organization more obvious?
When I enter a new category as a child to an existing category it appears on the Index page as a category of equal rank instead of as an indented child. How can I make the organization more obvious?
That would be styled in your style.css in your themes folder. How it is styled by default depends on what theme you have.
Have a look at your template and figure out which WP Category Template Tag you're using to list your categories (typically in the sidebar).
Several of those tags have options to show a hierarchical list. In other words, you probably just need to make a small tweak in your theme's sidebar.php.
This topic has been closed to new replies.