• WP 1.5, classic theme
    Can you help me please two more times.
    In the menu, all the subpages have the correct text indention, that you have a good overview. But in the categories area all subcategories are displayed without indention so that I cannot see which are the main categories. What can I do ?
    The other thing is, that I would like to change the title “Pages” in the menu. But in the sidebar.php I find only the title for archives and categories.
    Thank you for your help.
    Norbert

Viewing 3 replies - 1 through 3 (of 3 total)
  • go to Manage > Categories

    edit the categories you want to be subcategories
    change the Category parent and it should indent

    for pages, search for “Pages” in your sidebar.php
    it should look like:
    ('Pages') change the text in between the ' marks

    Thread Starter Norbert

    (@norbert)

    the categories are already defined as subcategories, exactly as for the pages. I tried to find a parameter in the css which may be responsible for that, but I didn’t.
    My sidebar. php looks like this. I can only change categories:

    <?php wp_list_pages(); ?>

    If you view source the sub cats do not seem to contain any distictive markup (they used to). So the old ul li.children isnt working. This seems to be a glitch.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘no indention of sub categories’ is closed to new replies.