Title: counter and loop
Last modified: November 26, 2020

---

# counter and loop

 *  [donPablo](https://wordpress.org/support/users/nook86/)
 * (@nook86)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/counter-and-loop/)
 * hello how to get to this counter in a loop ?
 * i wante dto show most popular articles with that great plugin any ideas?
 * <?php
 * $args = array(
    WHAT TO PUT HERE LOL ? : ‘posts_per_page’ => 10, ‘cat’ => $cat,‘
   post__in’ => get_option( ‘sticky_posts’ ), ‘ignore_sticky_posts’ => 1 );
 * $the_query = new WP_Query( $args );
    if ( $the_query->have_posts() ) : while (
   $the_query->have_posts() ) : $the_query->the_post(); ?>
 * <div class=”post”>
    ” rel=”bookmark”><?php the_title(); ?>
   
    </div>
 * <?php
    endwhile; endif; wp_reset_postdata(); ?>

Viewing 1 replies (of 1 total)

 *  Thread Starter [donPablo](https://wordpress.org/support/users/nook86/)
 * (@nook86)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/counter-and-loop/#post-13710637)
 * also i forget to ask if there a chance to ad widget or smth to display most popular
   articles in total?

Viewing 1 replies (of 1 total)

The topic ‘counter and loop’ is closed to new replies.

 * ![](https://ps.w.org/post-views-counter/assets/icon-256x256.png?rev=2973820)
 * [Post Views Counter](https://wordpress.org/plugins/post-views-counter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-views-counter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-views-counter/)
 * [Active Topics](https://wordpress.org/support/plugin/post-views-counter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-views-counter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-views-counter/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [donPablo](https://wordpress.org/support/users/nook86/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/counter-and-loop/#post-13710637)
 * Status: not resolved