Title: WIdget control
Last modified: August 22, 2016

---

# WIdget control

 *  Resolved [philson](https://wordpress.org/support/users/philson/)
 * (@philson)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/widget-control/)
 * It appears that the event widget can not be controlled via widget management 
   plugins. I’d like to hide the upcoming events sidebar widget on the actual events
   page…but can’t. Any thought on this?
 * [https://wordpress.org/plugins/the-events-calendar/](https://wordpress.org/plugins/the-events-calendar/)

Viewing 1 replies (of 1 total)

 *  [Brook](https://wordpress.org/support/users/brook-tribe/)
 * (@brook-tribe)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/widget-control/#post-5614725)
 * Howdy Philson,
 * Typically if you want a sidebar on some event pages pages but not others you 
   would create a theme override: [Themer’s Guide](http://m.tri.be/r5)
 * Then wrap your sidebar code, widget area, or individual widget in the relevant
   tribe conditional. For instance if you wanted to hide the sidebar form the single
   even page you could do something like this:
 * `if(tribe_is_event() && !is_single()){ get_sidebar(); }`
 * Here is a list of all the tribe functions including useful conditionals: [Technical Documentation](http://m.tri.be/r9)
 * Cheers!
 * – Brook

Viewing 1 replies (of 1 total)

The topic ‘WIdget control’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Brook](https://wordpress.org/support/users/brook-tribe/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/widget-control/#post-5614725)
 * Status: resolved