2 widgetized sidebars issue
-
Would anyone know what’s wrong with this?
if ( function_exists('register_sidebar') ) { register_sidebar(array( 'name'=>'Left Sidebar', 'before_widget' => '', 'after_widget' => '', 'before_title' => '<h3>', 'after_title' => '</h3>', )); register_sidebar(array('name'=>'Right Sidebar', 'before_widget' => '', 'after_widget' => '', 'before_title' => '<h3>', 'after_title' => '</h3>', )); }My right sidebar will have the
<h3>tags appear just fine. But the left sidebar, they won’t appear at all. Anyone know why that is?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘2 widgetized sidebars issue’ is closed to new replies.