You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all sidebars are global. It would be great if there is a way to select on which pages/taxes/etc. sidebars should/shouldn't appear.
Widget Logic has a quick way to deal with this using WP Conditional Tags. While this might be a good and flexible option, it does oppose a possible security issue by using eval().
JoryHogeveen
changed the title
Feature: config for where which sidebars should appear
Feature: Configuration options for where which sidebars should appear
Jun 26, 2018
Currently all sidebars are global. It would be great if there is a way to select on which pages/taxes/etc. sidebars should/shouldn't appear.
Widget Logic has a quick way to deal with this using WP Conditional Tags. While this might be a good and flexible option, it does oppose a possible security issue by using
eval()
.Currenty available solutions:
ocs_is_sidebar_enabled
filter.the_ocs_off_canvas_sidebar()
The text was updated successfully, but these errors were encountered: