ARCHIVE

WordPress
Abrax WordPress Theme

ABRAX WordPress Theme. Beside looking awesome, ABRAX Theme it’s customizable, easy to use, documented and packed with cool features. It includes shortcodes ( for layout, sliders and video ), font chooser, gallery manager and other cool features. Please rate after purchase. Thank you! Features supports WP3 Menu – for the Main Menu awesome lightbox gallery

Continue reading

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"}