• Resolved silkweb

    (@silkweb)


    I have installed the mts-journey theme for my blog and I would like to remove the post counter behind the categories – I have changed the sidebar.php file as follows:

    <?php wp_list_categories('sort_column=name&show_count=0'); ?>

    but the numbers still appear.

    Thanks, S

Viewing 3 replies - 1 through 3 (of 3 total)
  • That should have done the trick. Have you cleared your browser’s cache? What is your blog URL?

    <?php wp_list_cats(‘sort_column=name&list=1&optioncount=0&hierarchical=1&children=1&hide_empty=1’); ?>

    I use this and it doesn’t show how many posts a cat has.

    Thread Starter silkweb

    (@silkweb)

    Thanks, I fixed it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How Can I Delete the Post Counter behind the Category?’ is closed to new replies.