== Changelog == = Theme Name: Dzonia Lite = = Version: 1.6.5 = *************************** 1. Used get_option( 'show_on_front' ) for switching front page when changing Settings -> Reading. 2. Theme option input radio style issue in WP v.3.8 fixed. = Version: 1.6.4 = *************************** * Renamed blog.php as home.php. * Added blog posts on static front page. * An option added for show/hide recent blog posts on frong page. = Version: 1.6.3 = * Theme url changed. * Removed query_posts and used wp_query instead. * Removed wp_enqueue_script('jquery'). * Escaped all urls. * All supporting function hooked into after_setup_theme hook. * Added plugins notification for recommends plugin. * Replace preg_replace function with ereg_replace. * Options made for values save in a single array. * Option added for disable default front page. * Site title and site description added in header, if site logo uploaded via theme option, site title and description will be disappeared. * Removed analytic option. * bloginfo( 'stylesheet_url' ); changed to echo get_stylesheet_uri(); = Version: 1.6.2 = * Upload button style issue fixed. * Footer description changed. * Functions hooked into after_setup_theme. = Version: 1.6.1 = * Fixed get_theme_data is deprecated since version 3.4! error. * Removed @package WordPress. * Removed other's theme reference. * Added nonce = Version: 1.6 = * Feature Image anchored * Child theme enabled = Version: 1.1 = * Settings API resolved. * Added to db using a single query. * Option panel updated. * Localization enabled.