Not able to access website!
-
Help! My website is ieltsforuae.com
Tonight I was under my dashboard copying and pasting a code I was given in order to add a header widget. Once I entered the code, I hit update and instead of reloading the screen just remained white. Now, when I try to access my website, either just on it’s own or as wp-admin, I just get a white screen with nothing on it. I tried relogging in to WordPress, but it would not accept my password all of the sudden. I reset my password, but when I login now there is no information, it’s as if I were starting all over again. I am very very worried about this!
Below is the code I added to the functions.php file, as directed to do by the WP support forum, and it was when I added this that all the problems started.
<?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’ );
?>
- The topic ‘Not able to access website!’ is closed to new replies.