Support » Installing WordPress » List cats, parent/child in WP 1.5.1

  • If someone could help me figure this out I would be SO grateful. I’ve been pouring through nearly every post on this topic and can’t find the solution!

    If you look at my site (http://www.amadai.com/imagine) you can see that in the categories on the right hand side the child categories aren’t indenting under the parent categories. I have no idea how to do this. I’m told that I just need to use list_cats in 1.5.1 but when I only put that in the categories are completely unsorted.

    Basically I just want my categories to look like this:

    Parent (no bullet) (how do I get rid of the bullets btw?)
    —-> Child (indented)
    —-> Child (indented)

    Can anyone help? Thank you so much for your time. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter orchidred

    (@orchidred)

    Nevermind, I fixed it! For anyone interested, I just used the wp_list_cats code to call the categories, and modified my CSS to this:

    ul { list-style-type: circle; padding: 2px; margin: 0px;}

    ul.children {
    font-size: 100%;
    padding-left: 10px;
    }

    Thank you ! Was looking just for that myself today!

    ack, didn’t work with mine though 🙁

    Thanks it worked!
    Jo5329 you have to replace the ul that is already there…..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘List cats, parent/child in WP 1.5.1’ is closed to new replies.