silkweb
Member
Posted 4 years ago #
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
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.
silkweb
Member
Posted 4 years ago #