Hey there, great plug-in ... is it possible to have one widget display everywhere EXCEPT a single page or range of pages?
Thanks in advance!
Hey there, great plug-in ... is it possible to have one widget display everywhere EXCEPT a single page or range of pages?
Thanks in advance!
yes, use a http://codex.wordpress.org/Conditional_Tags with a ! (NOT) in front of it. like
!is_home()
etc
http://wordpress.org/extend/plugins/widget-logic/other_notes/
Brilliant!
needed this :)
Alan,
This may seem weird - when there is a change to the widget, why do I have to go to each page containing this widget and resave them in order for the change in the widget to be affected?
sounds like you have some caching?
if so, widget logic can't expire the cache for every page it might appear on. you'll have to empty the cache yourself. eg, if you are using WP cache, go to WP Cache settings and click Delete Cache (near the bottom of the page)
You da best..thanks so much. Should have thought of this.
This topic has been closed to new replies.