• Resolved yoderluke78

    (@yoderluke78)


    I am using Simple Catch. I am not an expert by any means, but I have done some coding over the last three months. Today, I was trying to make the Featured Image Slider appear on all pages, and I messed up.

    The problem is that I overwrote this line: && $page_for_posts != $page_id ) in the simplecatchfunctions.php and now I only have access to a white screen and I can’t even access my dashboard to replace the code.

    Is there anything I can do?

Viewing 6 replies - 1 through 6 (of 6 total)
  • You need to access your website via SSH, FTP or your hosts panel software. People seem most comfortable with FTP. A good client to use is FileZilla:

    http://codex.wordpress.org/Using_FileZilla

    Once you’ve read that page and downloaded the software, you need to navigate to your hosting environment and correct your error in that file.

    Your host’s control panel may also have a File Manager or equivalent. If so, that will be even easier.

    The easiest way to solve this is to delete the Simple Catch theme’s folder in /wp-content/themes/. That will automatically revert you to the default Theme and WordPress will be working.

    The easiest way to solve this is to delete the Simple Catch theme’s folder in /wp-content/themes/. That will automatically revert you to the default Theme and WordPress will be working.

    Trouble is, it sounds as though the OP has edited his theme. If so, all his edits will be gone if the original theme is deleted.

    It’s worth pointing out that you should never edit a file on a live website. You’re absolutely asking for trouble. At the very minimum, edit a backed up copy.

    Thread Starter yoderluke78

    (@yoderluke78)

    Dave: You’re right, I’ve heavily edited my theme, so I’d like to keep my edits. But I’ve downloaded Filezilla and have navigated to my site: would you have any idea the name of the directory the simplecatchfunctions.php would be under? I’ve searched but I can’t find it.

    You’ve really helped me out so far, too!

    You should find the functions.php file in: wp-content/themes/your_theme_name/

    Thread Starter yoderluke78

    (@yoderluke78)

    Resolved! Thank you guys so much!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘White Screen after PHP Coding’ is closed to new replies.