• Resolved jbert

    (@jbert)


    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

Viewing 1 replies (of 1 total)
  • scribu

    (@scribu)

    <?php
    if ( function_exists(‘register_sidebar’) )
    register_sidebar(‘first’);
    register_sidebar(‘second’);
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘function’ is closed to new replies.