• The Child and Hierarchical are not working on my blog. Categories under Handbags > Designers are NOT even TOGETHER. It’s also not ordered by name, like I want, but in order of creation! I had the default, and then I set this in my code:

    • <h2><?php _e(‘Categories’); ?></h2>
      <?php wp_list_cats(‘sort_column=name&children=true&hierarchical=true’); ?>

    (It’s not showing correctly, but you get the idea.)

    And then this is in my style.css

    #sidebar ul li ul li ul li {
    margin-left: 1em;
    }

    There is also no indent for them, of course, that wouldn’t work anyway without the ordering. My site is looking terrible right now.

    (I am using the chocolate candy template, and my url is https://kissmestace.com/pursedlips )

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Child and Hierarchical NOT working’ is closed to new replies.