Widget Logic lets you control on which pages widgets appear using WP's conditional tags. It also adds a 'widget_content' filter.
Two new features: optional delayed loading of logic (see Configuration under Installation), and the ability to save out and reload all your site's widget logic into a config file
One important bug fix (fairly major and fairly stupid of me too)
For the first time since this started on WP 2.3, I've rewritten how the core widget logic function works, so there may be 'bumps ahead'.
It now uses the 'sidebars_widgets' filter (as it should have done when that was introduced in WP2.8 by the look of it). The upshot is that is_active_sidebar should behave properly.
Widget callbacks only get intercepted if the 'widget_content' filter is activated, and much more briefly. (A widget's 'callback' is rewired within the 'dynamic_sidebar' function just before the widget is called, by the 'dynamic_sidebar_param' filter, and is restored when the callback function is invoked.)
Kill some poor coding practices that throws debug notices - thanks to John James Jacoby.
FINALLY tracked down the elusive 'wp_reset_query' option resetting bug.
Fix to work with new WP2.8 admin ajax. With bonus fixes.
Officially works with 2.7 now. Documentation changes and minor bug fixes.
simple bug fix (form data was being lost when 'Cancel'ing widgets)
WP 2.5+ only now. WP's widget admin has changed so much and I was getting tied up in knots trying to make it work with them both.
Brings WP 2.5 compatibility. I am trying to make it back compatible. If you have trouble using WL with WP 2.1--2.3 let me know the issue. Thanks to Kjetil Flekkoy for reporting and helping to diagnose errors in this version
Last WP 2.3 only version
Requires: 2.8 or higher
Compatible up to: 3.3.2
Last Updated: 2012-5-1
Downloads: 340,597
0 of 1 support threads in the last three weeks have been resolved.
Got something to say? Need help?