get_template_directory_uri() .'/assets/uploads/banner-01.jpg', 'default-text-color' => '66993E', 'width' => 1000, 'height' => 750, 'flex-height' => true ) ) ); } add_action( 'after_setup_theme', 'kids_education_custom_header_setup' ); if( !function_exists( 'kids_education_render_banner_section' ) ) : /** * Hook to display banner section * * @since Kids Education 0.1 */ function kids_education_render_banner_section() { global $wp_query, $post; $options = kids_education_get_theme_options(); // get theme options // Get front page ID $page_on_front = get_option('page_on_front'); $page_for_posts = get_option('page_for_posts'); // Get Page ID outside Loop $page_id = $wp_query->get_queried_object_id( $post ); if( ( !is_home() && $page_on_front == $page_id ) || is_404() ) { return; }else { /** * Filter the default twentysixteen custom header sizes attribute. * * @since Kids Education 0.1 * */ $header_image = get_header_image(); $banner_image_class = ( '' != $header_image ) ? 'has-banner-image' : 'no-banner-image'; } ?>
<?php esc_attr_e( 'banner-image', 'kids-education' ); ?>