Plugin Not Honoring is_active_sidebar Conditional Tag
-
I have a widget that needs to show on ONLY one page within a sidebar/widget area. The problem I’m having is that all the other pages think there is an Active Widget in that Sidebar.
The theme uses the
is_active_sidebar()
conditional tag to remove the sidebar if there are NO active widgets. If there is NO active widget (or hidden widget) on the specified page, I would assume the plugin should honor theis_active_sidebar()
conditional tag.Can this be done?
- The topic ‘Plugin Not Honoring is_active_sidebar Conditional Tag’ is closed to new replies.