Manage Sidebar

Title Content
Sidebar Status


Contact Manager

Title Content
Company Name
Address
City
Zip
State
Contact Number
Mobile
Email


Manage Captcha


Title Content
Captcha Status


Manage Mail Messages

Title Content
Success Message
Error Message

Manage Social Media Links

Title Content
Twitter
Facebook
Youtube
Google Plus


Custom CSS

You can add your own custom css frome here.


$_POST['txtcompany'], 'address'=>$_POST['txtaddress'], 'city'=>$_POST['txtcity'], 'zip'=>$_POST['txtzip'], 'state'=>$_POST['txtstate'], 'contact_number'=>$_POST['txtphone'], 'mobile'=>$_POST['txtmobile'], 'email'=>$_POST['txtemail']); update_option('contact_data', $contact_data); } //captcha status update_option('captcha_status', $_POST['txtcaptchastatus']); //mail messages if($_POST['txtsuccessmsg']!='') { update_option('mail_success_msg', $_POST['txtsuccessmsg']); } if($_POST['txterrormsg']!='') { update_option('mail_error_msg', $_POST['txterrormsg']); } //social media links update_option('twitter_link', $_POST['txttwitter']); update_option('facebook_link', $_POST['txtfacebook']); update_option('youtube_link', $_POST['txtyoutube']); update_option('gplus_link', $_POST['txtgplus']); //custom user css update_option('anchor_custom_user_css', $_POST['txtcustomcss']); $url=admin_url()."themes.php?page=anchor-mgr"; echo ""; } }//theme option active check ends //theme option disabled check starts if(get_option('anchor_theme_options_status')=='disabled') { if(isset($_POST['addthemeoptions'])) { anchor_add_theme_options(); update_option('anchor_theme_options_status','active'); $url=admin_url()."themes.php?page=anchor-mgr"; echo ""; } ?>