Forums
Forums / Themes and Templates / function
(@jbert)
17 years, 3 months ago
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
(@scribu)
<?php if ( function_exists(‘register_sidebar’) ) register_sidebar(‘first’); register_sidebar(‘second’); ?>
The topic ‘function’ is closed to new replies.