1 2 3 4 5 6 7 |
UPDATE wp_options SET option_value = replace(option_value, 'http://www.oldurl', 'http://www.newurl') WHERE option_name = 'home' OR option_name = 'siteurl'; UPDATE wp_posts SET guid = replace(guid, 'http://www.oldurl','http://www.newurl'); UPDATE wp_posts SET post_content = replace( |
1. Download the theme.
2. Extact the compress file.
3. Goto extact theme folder-> app-> design-> frontend-> default and copy theme name folder.
4. Goto magento folder-> app-> design-> frontend-> default and past here.
5. Goto extact theme folder-> skin-> frontend-> default and copy theme name folder.
6. Goto magento folder-> skin-> frontend-> default and past here.
7. Goto admin panel and login.
8. Goto System-> Configuration-> Design-> teme fill all field with your theme name.
9. Goto System-> Design and Add Design Change and select Custom Design “your theme” if design is already created then update it to select new theme name.
10. Check your homepage.
1 |
alert(object.toSource()); |