Manage Slider

Title Content

Slider Status


Image Image Path Link


Manage Tagline

Title Content
Tagline Title
Tagline


Manage Testimonial Slider

Title Content
Slide 1
Title
Description
Name
Position
Company
Image
Slide 2
Title
Description
Name
Position
Company
Image
Slide 3
Title
Description
Name
Position
Company
Image

$_POST['txtslider1img1'], 'link'=>$_POST['txtslider1link1']); update_option('slider_image1', $slider1); } if($_POST['txtslider1img2'] !='' && $_POST['txtslider1link2'] !=''){ $slider2=array('image'=>$_POST['txtslider1img2'], 'link'=>$_POST['txtslider1link2']); update_option('slider_image2', $slider2); } if($_POST['txtslider1img3'] !='' && $_POST['txtslider1link3'] !=''){ $slider3=array('image'=>$_POST['txtslider1img3'], 'link'=>$_POST['txtslider1link3']); update_option('slider_image3',$slider3); } if($_POST['txtslider1img4'] !='' && $_POST['txtslider1link4'] !=''){ $slider4=array('image'=>$_POST['txtslider1img4'], 'link'=>$_POST['txtslider1link4']); update_option('slider_image4',$slider4); } if($_POST['txtslider1img5'] !='' && $_POST['txtslider1link5'] !=''){ $slider5=array('image'=>$_POST['txtslider1img5'], 'link'=>$_POST['txtslider1link5']); update_option('slider_image5',$slider5); } //tagline if($_POST['txttagline-title']!='' && $_POST['txttagline']!='') { $tagline_details=array('title'=>$_POST['txttagline-title'], 'tagline'=>$_POST['txttagline']); update_option('callisto_tagline', $tagline_details); } //testimonial slider 1 if($_POST['txttestititle']!='' && $_POST['txttestidesc']!='' && $_POST['txttestiname']!='' && $_POST['txttestiposition']!='' && $_POST['txttesticompany']!='' && $_POST['txttestiimage']!='') { $testimonialslider1=array('title'=>$_POST['txttestititle'], 'description'=>$_POST['txttestidesc'], 'name'=>$_POST['txttestiname'], 'position'=>$_POST['txttestiposition'], 'company'=>$_POST['txttesticompany'], 'image'=>$_POST['txttestiimage']); update_option('testiminial_slide1', $testimonialslider1); } //testimonial slider 2 if($_POST['txttestititle2']!='' && $_POST['txttestidesc2']!='' && $_POST['txttestiname2']!='' && $_POST['txttestiposition2']!='' && $_POST['txttesticompany2']!='' && $_POST['txttestiimage2']!='') { $testimonialslider2=array('title'=>$_POST['txttestititle2'], 'description'=>$_POST['txttestidesc2'], 'name'=>$_POST['txttestiname2'], 'position'=>$_POST['txttestiposition2'], 'company'=>$_POST['txttesticompany2'], 'image'=>$_POST['txttestiimage2']); update_option('testiminial_slide2', $testimonialslider2); } //testimonial slider 3 if($_POST['txttestititle3']!='' && $_POST['txttestidesc3']!='' && $_POST['txttestiname3']!='' && $_POST['txttestiposition3']!='' && $_POST['txttesticompany3']!='' && $_POST['txttestiimage3']!='') { $testimonialslider3=array('title'=>$_POST['txttestititle3'], 'description'=>$_POST['txttestidesc3'], 'name'=>$_POST['txttestiname3'], 'position'=>$_POST['txttestiposition3'], 'company'=>$_POST['txttesticompany3'], 'image'=>$_POST['txttestiimage3']); update_option('testiminial_slide3', $testimonialslider3); } $url=admin_url()."themes.php?page=callisto-mgr-manage-homepage"; echo ""; } ?>