x_maras
Member
Posted 3 months ago #
I've seen in a lot of blogs next to the category name, a number which means the amount of the articles in this category.
Is there a function that returns this? If there is not, can you please
tell me where I have to look in the database in order to make one?
Thanks,
Dinos
Butuzov
Member
Posted 3 months ago #
category-template.php
-> get_the_category( $id = false )
-> and some other, also posible to parse wp_cache_object
functions that do things you describe below
-> wp_list_categories
x_maras
Member
Posted 3 months ago #
Thanks,
I found it in the wp_list_categories as you said.
Just added the parameter show_count=1.
Thanks again, for the help