I know this thread is a bit old, but I’m using a theme of my own, that using this code:
<?php
if ( function_exists( 'dynamic_sidebar' ) ) {
if ( is_active_sidebar( 'primary' ) ) {
dynamic_sidebar( 'primary' );
}
}
?>
Any thoughts on why Woosidebars doesn’t seem to be working? Any widgets placed in sidebars that should be showing on a given page just don’t show at all, and the sidebar that should be replaced is still showing.