widgets in footer?
Here is complete code that runs this sidebar from sidebar-footer.php template: <?php if ( is_active_sidebar( ‘first-footer-widget-area’ ) ) : ?> <div id=”first” class=”widget-area”> <ul class=”xoxo”> <?php dynamic_sidebar( ‘first-footer-widget-area’ ); ?> </ul> </div><!– #first .widget-area –> <?php endif; ?> You can move this snippet around, but it might break styling. Also Twenty Ten is often upgraded … Read more