Forums

[resolved] How to show the number of post of a category in sidebar (5 posts)

  1. moodbuilder
    Member
    Posted 2 years ago #

    Hi, I have seen some blog showing the number of post for each category in sidebar like

    Categories
    -------------------
    Life(10)
    Photos(20)

    Does anyone know how can I do it. many thx

  2. tamilsweet
    Member
    Posted 2 years ago #

    If you use
    $category = get_category($categoryid)
    you will get details about the category and use $category['category_count'] to get the number of posts under that.

  3. Mark / t31os
    Moderator
    Posted 2 years ago #

    A function exists to do just that...

    wp_list_categories(); IIRC... :)

  4. MichaelH
    Volunteer
    Posted 2 years ago #

    If using the Category Widget just check the Show post counts checkbox.

    You can also add the template tag, wp_list_categories(), to a theme's sidebar.php, and use the show_count=1 argument.

    Related:
    Stepping Into Template Tags
    Stepping Into Templates
    Template Hierarchy

  5. moodbuilder
    Member
    Posted 2 years ago #

    awesome, such an easy fix, thank you guys!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.