I wanted to know how I can display something like
There are #ofpost in categoryname
when viewing category archive
I wanted to know how I can display something like
There are #ofpost in categoryname
when viewing category archive
This in your category template:
<?php
echo 'total posts in this query '. $wp_query->found_posts;
?>thank u
This topic has been closed to new replies.