>
'; /*Slide*/ /** * supermag_action_feature_slider * @since SuperMag 1.1.0 * * @hooked supermag_feature_slider - 0 */ do_action('supermag_action_feature_slider'); /*Featured Post Beside Slider*/ /** * supermag_action_feature_side * @since SuperMag 1.1.0 * * @hooked supermag_feature_side- 0 */ do_action('supermag_action_feature_side'); echo "
"; $supermag_content_id = "home-content"; } else { $supermag_content_id = "content"; } ?>
'; } if( 1 == $supermag_customizer_all_values['supermag-show-breadcrumb'] && !is_front_page() ){ supermag_breadcrumbs(); } } endif; add_action( 'supermag_action_after_header', 'supermag_before_content', 10 );