Dynamic sidebar problem: 2nd sidebar not working
-
Hi,
I just came across a problem with my sidebar’s. Until recently I was only using the primary sidebar which is working fine. Today I tried to use the secondary sidebar by using
<?php dynamic_sidebar( 'secondary-widget-area' ); ?>
in my template file.To my surprise it wasn’t showing anything. When I switch back to
<?php dynamic_sidebar( 'primary-widget-area' ); ?>
it’s working again, and yes both the sidebar area’s contain widgets.Any clues about where to find the problem? Thanks a lot!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Dynamic sidebar problem: 2nd sidebar not working’ is closed to new replies.