'; printf( esc_html__( 'Search Result: %s' ), isset( $_GET['s'] ) ? $_GET['s'] : '' ); echo ''; } elseif ( is_author() ) { get_template_part( 'template/archive/header/author' ); } elseif ( is_category() || is_tag() || is_tax() ) { get_template_part( 'template/archive/header/taxonomy-term' ); } elseif ( is_date() ) { $archive_type = 'date'; $archive_description_content = '

'; the_archive_title(); echo '

'; } else { get_template_part( 'template/archive/header/others' ); }