ARCHIVE

tip
how to make mac save jpeg screenshots

Launch Terminal write: defaults write com.apple.screencapture type jpg then you can write killall SystemUIServer   Should be all Tried in Mac OS X Sierra
WordPress Quick Tip - how to change default thumbnail size on theme activation

Write this in your theme functions.php [php]if ( is_admin() && isset($_GET['activated'] ) && $pagenow == 'themes.php' ){ global $wpdb; $wpdb->query("UPDATE $wpdb->options SET option_value='145' WHERE option_name='thumbnail_size_w'"); $wpdb->query("UPDATE $wpdb->options SET option_value='145' WHERE option_name='thumbnail_size_h'"); }[/php]
{"type":"main_options","images_arr":"'#ffffff'","bg_slideshow_time":"0","site_url":"https:\/\/digitalzoomstudio.net","theme_url":"https:\/\/digitalzoomstudio.net\/wp-content\/themes\/qucreative\/","is_customize_preview":"off","gallery_w_thumbs_autoplay_videos":"off","base_url":"https:\/\/digitalzoomstudio.net"}