Display dbox slider on homepage only
-
hi guys. my website is uscellphoneparts.com
i have read several topics how to display the slider on homepage only but can not figure out the right code in my situation.
so i am using storefront theme and dbox slider. i found in other topics to enter these codes into header.php to display slider on homepage:
<?php if ( is_home() ):?> Your Slider HTML goes here <?php endif; ?>
<?php if(is_front_page()):?> Embed slider here <?php endif;?>
or enter this to index.php
if ( function_exists( 'get_smooth_slider' ) and is_home() ) { get_smooth_slider(); }
i have only embed shortcode for my slider [dboxslider]
and php file
<?php if( function_exists("get_dbox_slider") ){ get_dbox_slider(); } ?>
So how do I create a correct code and where to enter it?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Display dbox slider on homepage only’ is closed to new replies.