Tagged Questions
1
vote
2answers
169 views
Excluding specific widgets from default sidebar class
I have two sidebars using the register_sidebars function that display each widget as a list item with a class of .box:
<?php if(function_exists('register_sidebars')){
register_sidebars(2, array(
...