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

#101620
Tom
Lead Developer
Lead Developer

Do you have GP Hooks?

If so, you could do this in the “After Header” hook (or wherever):

<?php if ( is_front_page() ) : ?>
      <?php if(function_exists("get_cosmo_slider")){get_cosmo_slider($slider_id="1",$set="1");}?>
<?php endif; ?>

That would include your slider on the homepage, below your header, full width.

Be sure to check the “Execute PHP” checkbox.

Let me know if you have any questions 🙂