Created
November 24, 2014 11:30
-
-
Save ideag/79efcbdf5c6aa6e6dadc to your computer and use it in GitHub Desktop.
Activate WordPress „Twenty Fourteen“ (default) theme via SQL in case of WSOD (White Screen of Death), due to error in functions.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE `wp_options` SET `option_value` = 'twentyfourteen' WHERE ( `option_name` = 'template' ) OR ( `option_name` = 'stylesheet' ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment