I would like to show the number of posts on the category page. How is it possible? I tried to find a solution but no luck..
Thank you!
|
I would like to show the number of posts on the category page. How is it possible? I tried to find a solution but no luck.. Thank you! |
|||
|
|
|
If you are on a category archive you don't need to query all the posts of the category like Christopher Ross suggested and you can't use What you can do is simply get the current category object using
|
|||
|
|
See /Function_Reference/get_the_category Next time when you think about categories just have a close look at category functions in Codex. |
|||
|
|