Forums

Counting queried posts results? (1 post)

  1. kennethjaysone
    Member
    Posted 1 month ago #

    I've queried a post and asked that it returns posts with the tag promotion like so:

    <?php
         $slider = new WP_Query;
         $slider->query('tag=Promotions');
    ?>

    Is there a way? to count the queried results that were returned (posts with the tag of Promotions)?

    Thanks everyone

Reply

You must log in to post.

About this Topic