Title: Message if loop is empty
Last modified: August 22, 2016

---

# Message if loop is empty

 *  Resolved [mrscooper](https://wordpress.org/support/users/mrscooper/)
 * (@mrscooper)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/message-if-loop-is-empty/)
 * I would like to have a message like “No results here” if the loop is empty. Is
   this possible? Thank you!
 * [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/message-if-loop-is-empty/#post-5504873)
 * Yes, you can do something like this:
 *     ```
       [loop type="product" category="rare"]
         [field title]
         [if empty]
           Currently out of stock.
         [/if]
       [/loop]
       ```
   
 * When there’s no post found, it will only display what’s inside [if empty].
 *  Thread Starter [mrscooper](https://wordpress.org/support/users/mrscooper/)
 * (@mrscooper)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/message-if-loop-is-empty/#post-5504995)
 * I am a bit late but thank you! This plug-in is indispensible!
 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/message-if-loop-is-empty/#post-5504997)
 * Glad you’ve found it useful. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Message if loop is empty’ 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/)

## Tags

 * [empty](https://wordpress.org/support/topic-tag/empty/)
 * [loop](https://wordpress.org/support/topic-tag/loop/)

 * 3 replies
 * 2 participants
 * Last reply from: [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/message-if-loop-is-empty/#post-5504997)
 * Status: resolved