Blog category listing
Permalink
I need to build a blog category listing for a sidebar. The result will look like this:
News [4]
Events [7]
Work [2]
etc ...
The list of categories and the total number of pages that have been allocated that category. Categories are select attributes. Each page has only one category. Does anyone have an idea how i can generate this type of listing?
News [4]
Events [7]
Work [2]
etc ...
The list of categories and the total number of pages that have been allocated that category. Categories are select attributes. Each page has only one category. Does anyone have an idea how i can generate this type of listing?
I then loop through the $cats array printing out $cat['name'] and $cat['count'].