Remove the line from your functions or just enable the debug mode in WordPress to find out what error is causing this.
1) Open wp-config.php
2) Find the line that contains “WP_DEBUG”
3) Change “false” into “true”
4) Upload it again.
You should be able to see the error causing this problem
Hello globalreach1,
Currently your site looking blank. Go to root directory where your wordpress setup like wp-content, wp-admin etc folder is present. Here you can see a file having name “wp-config.php” and on line number 71 you find:
define(‘WP_DEBUG’, false);
and make it true as :
define(‘WP_DEBUG’, true);
then visit your site you can find the issue why site is blank
Thanks
How do I do this please, I cannot even sign on to the admin?
Use an FTP program to access your functions.php file. Remove the code you added. If you don’t use an FTP program, log in to your hosting account, go to your File Manager and then locate your theme folder. Your functions file will be in there. You ca remove the code you added and the site should come back.
Hello globalreach1,
No need to login to admin dashboard. From FTP you can do this.
Thanks
Thanks to everyone for your support. It worked. My site is now back online. God bless you all in Jesus name.
Please, how do i resolve this error at the bottom of my comment form?
You may use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b>
<blockquote cite=""> <cite> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
That’s not an error, it’s simply your theme listing the HTML tags and attributes which can be used in comments.
For more info on HTML tags and attributes, see https://developer.mozilla.org/en-US/docs/Web/HTML/Element and http://htmldog.com/references/html/tags/