Forums

[resolved] Display # of post in category while viewing archive (3 posts)

  1. hbalagh
    Member
    Posted 2 years ago #

    I wanted to know how I can display something like

    There are #ofpost in categoryname

    when viewing category archive

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    This in your category template:

    <?php
    echo 'total posts in this query '. $wp_query->found_posts;
    ?>
  3. hbalagh
    Member
    Posted 2 years ago #

    thank u

Topic Closed

This topic has been closed to new replies.

About this Topic