There is time when we need to add more widgets to the wordpress. But how can you do it to a theme that already define a single sidebar? I found useful article here:
1) Change the functions.php
'sidebar1', 'before_widget' => '', 'after_widget' => '', 'before_title' => '
', )); register_sidebar(array('name'=>'sidebar2', 'before_widget' => '', 'after_widget' => '', 'before_title' => '
', )); ?>
2. Call it in the template
Hi thanks for dropping by. Please share the content if you think there is someone who will appreciate it.