Add a code check to stop these from being changed: //Check and Set the Default Thumbnail Sizes if(get_option(‘thumbnail_size_w’)!=160)update_option(‘thumbnail_size_w’,160); if(get_option(‘thumbnail_size_h’)!=80)update_option(‘thumbnail_size_h’,80); if(get_option(‘medium_size_w’)!=640)update_option(‘medium_size_w’,640); if(get_option(‘medium_size_h’)!=320)update_option(‘medium_size_h’,320); if(get_option(‘large_size_w’)!=1280)update_option(‘large_size_w’,1280); if(get_option(‘large_size_h’)!=640)update_option(‘large_size_h’,640); Then they
1. Open your current WordPress theme, duplicate the page.php and rename it to archives.php. 2. Add this lines to the very top of code in
This theme is designed based on a iWeb template on my Macbook. And I love it more when it is integrated with WordPress, make my