I'm trying to get my category counts to line up in the sidebar. Right now, when i enable the Counts option in the Categories SideBar widget, the counts show up underneath the Category title in parenthesis. I have searched through the code to try and find where the count is printed, but i can not find it. Can someone please let me know how I might beable to fix this issue?
For example, at HumanEcologyForum.org I have X Categories:
# Announcements
* Initiatives
* Projects
* Websites
When I enable the Category Counts it renders them as follows:
# Announcements
(15)
* Initiatives
(12)
* Projects
(8)
* Websites
(56)
I would really like to know how i could force it to render it instead like this:
# Announcements (15)
* Initiatives (12)
* Projects (8)
* Websites (56)
Any help is greatly appreciated. Thanks!