• Okay so I changed the parameters so I can see the post counts. The bad thing is that I don’t know how to format them, they appear after the category button. How can I fix this, so they can both be in the same location like

    Category(post_count)
    and not like

    Catergory
    (post_count)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do not use the depreciated wp_list_cats. Use wp_list_categories instead. Here’s more info on using it and its parameters:

    http://codex.wordpress.org/Template_Tags/wp_list_categories

    Thread Starter dig1ty

    (@dig1ty)

    I didn’t used it. It was already written in the theme. I will checkout the wp_list_categories, thanks 🙂

    Thread Starter dig1ty

    (@dig1ty)

    Hmm, it’s still the same. After the button of the given category, the (#) thing is going below them, and doesn’t get styled, even though they are in the

    • tag wich is styled. Here is the page
      TPT
      I don’t get it, what’s wrong?

    It’s related to your theme’s css (in style.css). The category counts are not part of the links so the sidebar link styles like #leftside ul.box li a are not applied to them. A redo of your sidebar css can fix this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A question on formating output form wp_list_cats’ is closed to new replies.