Hi everyone, I'm trying to count the number of posts a category has so that if it is empty, the corresponding page should display an error message of sorts.
I thought about adding it to my page.php, but I haven't found a function that outputs the number of posts in a category or at least checks if a category is empty. (preferably by category ID)
Thanks in advance, all.