Home › Forums › Theme support › Tammoo & All Slider › Reply To: Tammoo & All Slider
Hi,
all lines from:
<?php if( (isset($custom["slider_type"][0])) AND ($custom["slider_type"][0]=="Mapslider") )
to
if( (isset($custom["slider_type"][0])) AND ($custom["slider_type"][0]=="Video") )
{
get_template_part("slider_video");
}
?>
belongs to the allslider. If you want, you can remove these lines and place another function there. For the slider: there are many plugins out there, you can search on WordPress.org for another slider plugin.