Title: [Plugin: Widget Logic] display widget everywhere EXCEPT one post
Last modified: August 19, 2016

---

# [Plugin: Widget Logic] display widget everywhere EXCEPT one post

 *  [Wardee](https://wordpress.org/support/users/wardeh/)
 * (@wardeh)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-widget-logic-display-widget-everywhere-except-one-post/)
 * I have a widget I would like to display everywhere but ONE POST.
 * How would I accomplish this?
 * I have tried variations of
 * `!is_page('the-page-name')`
 * but is_page doesn’t work for posts, right?
 * How would I exclude just ONE POST?
 * Thank you!

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

 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-widget-logic-display-widget-everywhere-except-one-post/#post-1160996)
 * read through the codex on wordpress conditional tags. the bit on single posts
   is what you are after:
 * [http://codex.wordpress.org/Conditional_Tags#A_Single_Post_Page](http://codex.wordpress.org/Conditional_Tags#A_Single_Post_Page)
 *  Thread Starter [Wardee](https://wordpress.org/support/users/wardeh/)
 * (@wardeh)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-widget-logic-display-widget-everywhere-except-one-post/#post-1161020)
 * Thank you! This is what is working:
 * `!is_single('the-post-name')`
 * I actually tried that before and it didn’t work, but I think I needed to check
   the box for the reset query fix. So now it is working. Thanks again.

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

The topic ‘[Plugin: Widget Logic] display widget everywhere EXCEPT one post’ is 
closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [Wardee](https://wordpress.org/support/users/wardeh/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-widget-logic-display-widget-everywhere-except-one-post/#post-1161020)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
