Two widgetized sidebars
-
I created a theme for a blog that has two sidebars. I want to have widgets in both sidebars, but right now the sidebars are exactly the same. I did a search on the forums here and I found out that I can fix this problem by naming each of my sidebars, but I’m not exactly sure how to do that. Here’s my functions.php:
<?php if ( function_exists('register_sidebar') ) register_sidebar(sidebar-left); register_sidebar(sidebar-right); ?>
Do I need to define names for my sidebars in sidebar-right.php and sidebar-left.php?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Two widgetized sidebars’ is closed to new replies.