• Resolved Gecko

    (@gecko1952)


    Is there any way to have different banner sliders on each page?

    I would like to replace the Featured banner image on each non-home page with a unique slider.

Viewing 1 replies (of 1 total)
  • Thread Starter Gecko

    (@gecko1952)

    I did find a solution to this.

    Add the following to the function.php file at the end of the function church_banner().

    if ($id = 604) {
    	echo do_shortcode("[your_slider_short_code]");
    	}

    Change the ID number as needed, same goes for the slider short code

Viewing 1 replies (of 1 total)
  • The topic ‘Different banner sliders on each page’ is closed to new replies.