Skip to content

Gotchas

Renaming a theme folder or theme name

When renaming a theme folder or theme name, you'll need to update the database to carry over various settings.

Inside the wp_options table:

template and stylesheet options will need to be updated to the new theme name.

theme_mods_{new_theme_name} will need to be updated to the new theme name. Replace the old theme name with the new theme name.