I did try that because most of my plug ins blew up when i upgraded. They are deactived and i’m down to these 3 errors.
thanks
I could only find this snippet that had register in it. Is this what you meant?
automatic_feed_links();
if ( function_exists('register_sidebar') ) {
register_sidebar(array(
'before_widget' => '<li id="%1$s" class="widget %2$s">',
'after_widget' => '',
'before_title' => '<h2 class="widgettitle">',
'after_title' => '</h2>',
));
}
I have a custom theme. can i change the code somehow?