![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
This is a fix for StudioPress Classic Themes (not Genesis Child Themes) where by the Theme Options Admin Settings do not save after you upgraded Wordpress.
It is easy and worked for me with both the Education 10 and Streamline 30 themes In the theme-options.php file (under Appearance/editor in your WP admin area) simple replace the: $settings = 'mods_'.get_current_theme(); // do not change! With: $settings = 'theme_mods_streamline_30'; // do not change! The important part is to use the name of the folder the theme is in on your server - in this case it is "streamline_30" other themes might be "lifestyle_40" or "education_10" and so on The fix below noted elsewhere in this forum does not work on the latest version of wordpress $settings = 'theme_mods_'.get_current_theme(); // do not change! Hope this helps a few and prevents them from having to scrap an established design and theme already installed a long time ago! Cheers! |
| Tags |
| classic theme save settings fix, classic themes, wordpress problem, wordpress upgrade |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Does not save settings | tomniekamp | General Discussion | 2 | 03-29-2010 03:33 AM |
| HELP SETTINGS DON'T SAVE IN 2.7 | jayjohnsoncreative | General Discussion | 12 | 12-29-2008 07:47 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us