Limit widget to certain sidebar?

There is a widget_display_callback hook, which you can use to override the widget based on the sidebar and the widget (return false when inappropriate):

http://core.trac.wordpress.org/browser/trunk/wp-includes/widgets.php?rev=15590#L180

Leave a Comment