This is my script in the function folder for sidebar. My newly self made theme has one sidebar. I am adding another. Will the function change form
<?php
if ( function_exists('register_sidebar') )
register_sidebar();
?>
when adding the new sidebar 2.
Thanks
Jim