Title: [Plugin: Widget Logic] Missing Logic
Last modified: August 19, 2016

---

# [Plugin: Widget Logic] Missing Logic

 *  [kelley_rao](https://wordpress.org/support/users/kelley_rao/)
 * (@kelley_rao)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-widget-logic-missing-logic/)
 * Hello,
 * On this site:
 * [http://www.herniadeportiva.com/hernia-deportiva-blog/](http://www.herniadeportiva.com/hernia-deportiva-blog/)
 * When you click on a Category name (right sidebar) the Text Widget sidebar appears
   below. I don’t want anything to show up on the sidebar for any blog related pages/
   posts.
 * I put on the Text Widget Logic the following:
 * !is_home() || is_single() && !is_singular(‘articles’) || is_archive() || is_category()
 * And on the Category widget:
 * is_home() || is_single() && !is_singular(‘articles’) || is_archive() || is_category()
 * Confused (clearly) how to make the Text Widget NOT appear on any blog related
   pages/posts?
 * Many thanks in advance.
 * Kelley

Viewing 1 replies (of 1 total)

 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-widget-logic-missing-logic/#post-1950152)
 * >  I don’t want anything to show up on the sidebar for any blog related pages/
   > posts
 * If you mean what I think you are saying here, you could change your theme to 
   not have a sidebar at all when on a page/post
 * [http://codex.wordpress.org/Template_Hierarchy#Single_Post_display](http://codex.wordpress.org/Template_Hierarchy#Single_Post_display)
 * Otherwise if you just want a single widget to vanish when on a page/post all 
   you need is something like !is_single()
 * [http://codex.wordpress.org/Conditional_Tags#A_Single_Post_Page](http://codex.wordpress.org/Conditional_Tags#A_Single_Post_Page)

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Widget Logic] Missing Logic’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [alanft](https://wordpress.org/support/users/alanft/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-widget-logic-missing-logic/#post-1950152)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
