missing sidebar code?
-
Ever since I messed with my right sidebar code, my whole site is messed up. Below i s my current right sidebar code. Is there something I’m missing that would screw up the site?
Thanks in advance!
<div id="sidebar-b"> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?> <!-- sidebar --> <h2><?php _e('Meta:'); ?> </h2> <ul> <?php wp_register(); ?> <<?php wp_meta(); ?>> </ul> <?php endif; ?> </div> <!-- end sidebar -->
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘missing sidebar code?’ is closed to new replies.