Teknologji
Update WordPress Weekly Theme
After updating your wordpress to the newer version, and if you were using Weekly WordPress Theme, you had serious problem changing things in your site, like changing banners, changing the order of your categories …
After doing some research I solved this problem.
I am sure you can do it to by simply follow those steps:
Fix for Weekly, Cube Light, Division, Garden, Daily, ChannelPro:
- Log in to your site
- Go to Appereance
- Editor
- theme-options.php
change
$modsname = 'mods_'.$theme;
to
$modsname = 'theme_mods_'.$theme;
I hope you solved your problem.
Fix for Newswire, FashionPro, Gadget, ClearType, Portal, NewsTube, Bigfoot, Freshlife:
Open /wp-content/themes/themename/includes/theme-options.php
change:
$settings = ‘mods_’.get_current_theme();
to:
$settings = ‘theme_mods_’.get_current_theme();