Title: Execute first or second post
Last modified: August 7, 2022

---

# Execute first or second post

 *  Resolved [zydarek](https://wordpress.org/support/users/zydarek/)
 * (@zydarek)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/execute-first-or-second-post/)
 * If, for example, I call up the most popular posts from 30 days, can I somehow
   execute the first post? or the second one? I know we can execute posts by id 
   but its possible to hide firstone post or secon one?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/execute-first-or-second-post/#post-15895415)
 * Hi [@zydarek](https://wordpress.org/support/users/zydarek/),
 * No, the plugin doesn’t provide a way to exclude the first or second post from
   the list.
 * However, you could simply use CSS to hide the first (or second) post from your
   popular posts list. For example (untested but should get you on the right track):
 *     ```
       .wpp-list li:first-of-type {
           display: none;
       }
       ```
   
    -  This reply was modified 3 years, 10 months ago by [Hector Cabrera](https://wordpress.org/support/users/hcabrera/).
      Reason: Reworded for clarity

Viewing 1 replies (of 1 total)

The topic ‘Execute first or second post’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-popular-posts/assets/icon-256x256.png?rev=1232659)
 * [WP Popular Posts](https://wordpress.org/plugins/wordpress-popular-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popular-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popular-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popular-posts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/execute-first-or-second-post/#post-15895415)
 * Status: resolved