I went back in the FTP client and deleted what was pasted and am back online with Quill theme.
Where should the above be pasted?
Thanks!
Ok – I renamed the theme with FTP and managed to get back in. What do I need to do in the dashboard to fix the error?
I added the suggested code at the end of functions.php :
<?php
/**
* Register our sidebars and widgetized areas.
*
*/
function arphabet_widgets_init() {
register_sidebar( array(
‘name’ => ‘Home right sidebar’,
‘id’ => ‘home_right_1’,
‘before_widget’ => ‘<div>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h2 class=”rounded”>’,
‘after_title’ => ‘</h2>’,
) );
}
add_action( ‘widgets_init’, ‘arphabet_widgets_init’ );
?>
Thank you.
I tried inserting the recommended code in the theme’s functions.php and now I’m getting the following error:
Parse error: syntax error, unexpected ‘<‘ in /home/content/p3pnexwpnas05_data01/77/2395877/html/wp-content/themes/quill/functions.php on line 350