' . single_cat_title( '', false ) . '' ); elseif ( is_tag() ) : printf( __( 'Thẻ tìm kiếm: %s', 'flatsome' ), '' . single_tag_title( '', false ) . '' ); elseif ( is_search() ) : printf( __( 'Kết quả tìm kiếm cho: %s', 'flatsome' ), '' . get_search_query() . '' ); elseif ( is_author() ) : /* Queue the first post, that way we know * what author we're dealing with (if that is the case). */ the_post(); printf( __( 'Author Archives: %s', 'flatsome' ), '' . get_the_author() . '' ); /* Since we called the_post() above, we need to * rewind the loop back to the beginning that way * we can run the loop properly, in full. */ rewind_posts(); elseif ( is_day() ) : printf( __( 'Daily Archives: %s', 'flatsome' ), '' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Monthly Archives: %s', 'flatsome' ), '' . get_the_date( 'F Y' ) . '' ); elseif ( is_year() ) : printf( __( 'Yearly Archives: %s', 'flatsome' ), '' . get_the_date( 'Y' ) . '' ); elseif ( is_tax( 'post_format', 'post-format-aside' ) ) : _e( 'Asides', 'flatsome' ); elseif ( is_tax( 'post_format', 'post-format-image' ) ) : _e( 'Images', 'flatsome'); elseif ( is_tax( 'post_format', 'post-format-video' ) ) : _e( 'Videos', 'flatsome' ); elseif ( is_tax( 'post_format', 'post-format-quote' ) ) : _e( 'Quotes', 'flatsome' ); elseif ( is_tax( 'post_format', 'post-format-link' ) ) : _e( 'Links', 'flatsome' ); else : _e( '', 'flatsome' ); endif; ?>

' . $category_description . '
' ); endif; elseif ( is_tag() ) : // show an optional tag description $tag_description = tag_description(); if ( ! empty( $tag_description ) ) : echo apply_filters( 'tag_archive_meta', '
' . $tag_description . '
' ); endif; endif; ?>