now my blog's sidebar looks like this:
Categories
-days
-movies
Archives
-February 2007
-January 2007
but I want to show numbers of posts like this :
Categories
-days (2)
-movies (5)
Archives
-February 2007 (3)
-January 2007 (4)
What should I do ?
Thanks !
MartySpellerberg
Member
Posted 2 years ago #
Not sure about archives, but for categories mine is...
wp_list_cats('sort_column=name&optioncount=1&hierarchical=0');
domainbug
Member
Posted 2 years ago #
wp_list_cats('sort_column=name&optioncount=1&hierarchical=0');
Thanks Marty, but just where and in what file does this line of code go ??
Regards
Lee