Title: Exclude by tag
Last modified: August 22, 2016

---

# Exclude by tag

 *  Resolved [aurorasentinel1](https://wordpress.org/support/users/aurorasentinel1/)
 * (@aurorasentinel1)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/exclude-by-tag/)
 * I’m displaying a list of posts and I would to exclude posts with a specific tag.
   Is that possible?
 * [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)

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

 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/exclude-by-tag/#post-5352170)
 * Yes, you can do something like this:
 *     ```
       [loop type="post"]
         [if not tag="exclude_this"]
           [field title]
         [/if]
       [/loop]
       ```
   
 *  Thread Starter [aurorasentinel1](https://wordpress.org/support/users/aurorasentinel1/)
 * (@aurorasentinel1)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/exclude-by-tag/#post-5352175)
 * Works perfectly! Thanks so much.

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

The topic ‘Exclude by tag’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [aurorasentinel1](https://wordpress.org/support/users/aurorasentinel1/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/exclude-by-tag/#post-5352175)
 * Status: resolved