Title: Display IF 3rd Post
Last modified: August 30, 2016

---

# Display IF 3rd Post

 *  Resolved [C4talyst](https://wordpress.org/support/users/c4talyst/)
 * (@c4talyst)
 * [11 years ago](https://wordpress.org/support/topic/display-if-3rd-post/)
 * I’d like to use an [if] that will display some static content only after the 
   third post in the loop…how can I accomplish that?
 * [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [11 years ago](https://wordpress.org/support/topic/display-if-3rd-post/#post-6439486)
 * Hello,
 * I added a couple new parameters to the `[if]` shortcode in the latest plugin 
   update.
 * To display something after the 3rd post (not including the 3rd one), you can 
   use the following inside the loop.
 *     ```
       [if count=3 compare=more]
         ...
       [/if]
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Display IF 3rd Post’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/display-if-3rd-post/#post-6439486)
 * Status: resolved