• Resolved Ansoft

    (@ansoft)


    Hi,
    I am using a static page as a home page. The page contains the list of title of categories.
    I want to display the ‘Number of posts’ that currently available along with the titles within brackets. e.g. Downloads(12)

    Which file and portion should be edited? I have a very little knowledge of PHP. My Site is http://www.adraks.co.cc

    Please help me!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Assuming your template is using the wp_list_categories function to create the list, you need to set show_count=1, like this:

    wp_list_categories(‘show_count=1’);

    Thread Starter Ansoft

    (@ansoft)

    Yes! it is!
    Great help Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Editing the template – Category’ is closed to new replies.