' . "\n", esc_url( get_bloginfo( 'pingback_url' ) ) ); } } add_action( 'wp_head', 'guto_lite_pingback_header' ); /** * Function to get top bar */ if ( ! function_exists( 'guto_lite_top_bar_markup' ) ) { function guto_lite_top_bar_markup() { get_template_part( 'template-parts/navigation/top','bar' ); } } add_action( 'guto_lite_top_bar', 'guto_lite_top_bar_markup' ); /** * Function to display header image */ if ( ! function_exists( 'guto_lite_header_image' ) ) { function guto_lite_header_image() { ?> * * @since 1.0.3 */ function guto_lite_primary_navigation_markup() { get_template_part( 'template-parts/navigation/nav','primary' ); } } add_action( 'guto_lite_header', 'guto_lite_primary_navigation_markup' ); /** * Function to get Newsletter Section */ if ( ! function_exists( 'guto_lite_newsletter_markup' ) ) { function guto_lite_newsletter_markup() { $guto_lite_current_demo = get_option( 'guto_lite_current_demo' ); $newsletter_style = guto_lite_option('newsletter_style'); if ( $guto_lite_current_demo == 'recipe-blog') : get_template_part( 'template-parts/footer/footer','newsletter-rb' ); elseif( $guto_lite_current_demo == 'online-health-coach') : get_template_part( 'template-parts/footer/footer','newsletter-ohc' ); elseif($newsletter_style == '2') : get_template_part( 'template-parts/footer/footer','newsletter-style-two' ); else: get_template_part( 'template-parts/footer/footer','newsletter' ); endif; } } add_action( 'guto_lite_newsletter_content', 'guto_lite_newsletter_markup' ); /** * Function to get Footer Section */ if ( ! function_exists( 'guto_lite_footer_markup' ) ) { function guto_lite_footer_markup() { get_template_part( 'template-parts/footer/footer','area' ); } } add_action( 'guto_lite_footer_content', 'guto_lite_footer_markup' ); /** * Function to get Template for 404 */ if ( ! function_exists( 'guto_lite_404_markup' ) ) { function guto_lite_404_markup() { get_template_part( 'template-parts/404/404','layout' ); } } add_action( 'guto_lite_404_content_template', 'guto_lite_404_markup' ); /** * Function to get back to top button */ if ( ! function_exists( 'guto_lite_back_to_top_content' ) ) { function guto_lite_back_to_top_content() { $back_to_top = guto_lite_option('enable_back_to_top'); ?>