Skip to content

Instantly share code, notes, and snippets.

@facelordgists
Created June 27, 2013 21:24
Show Gist options
  • Save facelordgists/5880531 to your computer and use it in GitHub Desktop.
Save facelordgists/5880531 to your computer and use it in GitHub Desktop.
WORDPRESS: Rename Wordpress theme in the mySQL database
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