I read the codex about the more tag jumping to the top of the page. I have the code, but I have NO idea where to put it into the function.php page.
`<?php
if ( function_exists('register_sidebar') ){
register_sidebar(array(
'name' => 'leftsidebar',
'before_widget' => '',
'after_widget' => '',
'before_title' => '<h4>',
'after_title' => '</h4>',
));
}
?>`
Is all I have on the php.
Thanks =]