Skip to content

Instantly share code, notes, and snippets.

@ideag
Created November 24, 2014 11:30
Show Gist options
  • Save ideag/79efcbdf5c6aa6e6dadc to your computer and use it in GitHub Desktop.
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
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