I;m having the exact same problem! I wanted to add another sidebar. The coding didn’t work so I returned the coding back to what it originally was and it still won’t work. Whole site is down. Anything wrong with this?
<?php
if ( function_exists('register_sidebar') ) {
register_sidebar(array(
'before_widget' => '<li id="%1$s" class="widget %2$s">',
'after_widget' => '</li>',
'before_title' => '<h2 class="widgettitle">',
'after_title' => '</h2>',
));
}
?>
Hmm. Didn’t seem to move but thank you for trying :/