27th - Dec, 2010 (Added A Contact Us form) ------------------------------------------------------------------------------------ page-contact.php style.css library/js/jquery.js library/js/contact_us_validation.js -------------------------------------------------------------- 2nd - Dec, 2010 (quote(') problem for description on home page) --------------------------------------------- /includes/ featured-page.php 28th - June, 2010 (blog url changed) --------------------------------------------- header.php 22th - June, 2010 (widget subscrive button problem in all browsers) --------------------------------------------- library/functions/widget_functions.php 22th - May, 2010 (wp 3.0 changes - custom menu navigation - { header widget }, Theme Compatibility ) --------------------------------------------- header.php style.css skins - folder all css library/css/dropdownmenu.css library/functions/widget_functions.php library/functions/admin_style.css library/functions/admin_functions.php 20th - april, 2010 (wp 3.0 changes) --------------------------------------------- library/functions/admin_functions.php 17th-april, 2010 (widget content not stable/stored at wp-admin->widgets) ------------------------------------------------- ///if you have any problem with widget, not able to store/add new one, please copy below all code and paste in index.php at very first line and run your site index page, on the next moment you must remove the added code from index.php otherwise your data will lost every time. NoTE :- this code will remove your some widget data so please take your widget data backup any where so next time it will userful for you. thanks //------------------------------------------------------------------------- update_option('widget_recent-comments',array()); update_option('widget_categories',array()); update_option('widget_archives',array()); update_option('widget_links',array()); update_option('widget_widget_posts',array()); update_option('widget_widget_posts1',array()); update_option('widget_widget_location',array()); update_option('widget_recent-posts',array());