//show on homepage only
if (is_home() && $paged < 2 ){ //include slider if ( max_magazine_get_option( ‘show_slider’ ) == 1 ) { get_template_part(‘includes/slider’); } //include carousel posts if ( max_magazine_get_option( ‘show_carousel’ ) == 1 ){ get_template_part(‘includes/carousel’); } if ( max_magazine_get_option( ‘show_feat_cats’ ) == 1) { ?>