Reply To: Home Page Template

Home Forums Support Home Page Template Reply To: Home Page Template

Home Forums Support Home Page Template Reply To: Home Page Template

#103918
Mike Tolliver

Okay that worked great, but I actually do have another question (sorry!). The CSS worked, but when I tried to add the slider after the header on that same page using:

<?php if ( is_page-id-xx() ) : ?>
<?php if(function_exists(“masterslider”)) {
masterslider( 2 );
} ?>
<?php endif; ?>

It didnt work. Thoughts?