I took them out- still no good. I didn’t really tweak that part- this is the Pixel theme, don’t know if that helps. I was trying to add something to remove the RSS Feed from the header, and when I pasted it, it didn’t work. Now whole site is down. Here is the code now.
http://pastebin.com/VwzbnKRE
This is the section starting with Line 38
` register_sidebar(array(
‘name’=>’footer_right’,
‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h3>’,
‘after_title’ => ‘</h3>’,
));
add_action(‘admin_menu’, ‘add_welcome_interface’);
`
It’s blank. Should I try to delete it?