Dashboard -> Posts -> Add New
I would like to be able to see the number of posts in each category, withouth going to Dashboard -> Posts -> Categories
.
I know it has an ID of categorydiv
somewhere in the code. Maybe there is a way to change it in the code, but I am not sure where to find it.
How can I do it? Or is there a plugin?
Hooking into
the_category
and taking care of only applying it in the correct screen, we can add a category count just after its name.