How to create a second dynamic sidebar
-
I’d like to add a second dynamic sidebar. I’ve read a few posts and am stuck on where to add the following to the functions.php file:
<?php if ( function_exists('register_sidebars') ) register_sidebars(2);?>
.It seems the section where I would place that code (at the top of the functions.php file) has an array with widget statements, and so I’m not sure how to add the
register_sidebars(2)
to that piece of code.I’m not a programmer, so I’m sorry if this is a dumb question.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to create a second dynamic sidebar’ is closed to new replies.