Created
June 27, 2013 21:24
-
-
Save facelordgists/5880531 to your computer and use it in GitHub Desktop.
WORDPRESS: Rename Wordpress theme in the mySQL database
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
| SELECT * | |
| FROM bl0g_options | |
| WHERE option_name = 'stylesheet' | |
| OR option_name = 'current_theme' | |
| LIMIT 0 , 30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment