Looks like and issue with th theme – make any changes lately?
use FTP or your cPanel’s file manager and go to the wp-content/themes folder and move the folder ‘dazzling’ out of the themes fiolder.
This should cause WP to default back to the twentyfifteen theme allowing you to login.
Thank you so much! I did just make some changes. I was trying to add a related searches window. Any way to get back my dazzling settings or should I reinstall the theme from scratch?
Nevermind, figured it out. You have been a tremendous help!
Moderator
t-p
(@t-p)
The problem seems to be around line 265 of your theme’s functions.php
some options:
– find and fix the error.
– if you have a backup copy of the file (taken before you tweaked it), upload that.
– Or upload a fresh copy of that file.
– If nothing works, than try reinstalling your theme.
Important, if you have not already created a child theme, I recommend creating one. Because your customizations will be over-written the next time you upgrade.
For this reason, consider creating a Child Theme for your customizations and/or use Custom CSS Manager plugin: http://wordpress.org/plugins/custom-css-manager-plugin/ and add the code there.