How to display the number of post in a catagory in wordpress 2.5.1??
Need help displaying the number of post in a catagory in wordpress 2.5.1??
I tried editing the wp_list-cats <?php wp_list_cats("sort_column=name&optioncount=0&hiera rchical=0"); ?> and setting optioncount=0&hierarchical=0 to 1 but then it does not work.
I even tried removing optioncount=0&hierarchical=0 and placing show_count=1 instead but that also does not work.
Re: How to display the number of post in a catagory in wordpress 2.5.1??
Appreciate your help Hwang. But then forgot to update this thread that I got it fixed .
The reason for that was
Quote:
This function has been deprecated. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions. All code that uses this function should be converted to use its replacement if one exists.
If any one is intrested in knowing more details about it then they are here. [Only registered and activated users can see links. ]