', '' ); //the_archive_description( '
', '
' ); ?> '; single_cat_title(); echo ''; echo ''; echo __( 'Category', 'artfolio' ); echo ''; the_archive_description( '
', '
' ); } else if ( is_tag() ) { echo '

'; single_tag_title(); echo '

'; echo '
'; echo ''; echo __('tag', 'artfolio'); echo ''; } else if ( is_author() ) { echo '
' . get_avatar( get_the_author_meta( 'ID' ) ) . '
'; echo '

'; echo get_the_author(); echo '

'; echo ''; echo __( 'Author', 'artfolio' ); echo ''; }else if ( is_day() ) { printf( __( 'Posts from %s', 'artfolio' ), '' . get_the_date() . '' ); } else if ( is_month() ) { printf( __( 'Posts from %s', 'artfolio' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'artfolio' ) ) . '' ); } else if ( is_year() ) { printf( __( 'Posts from %s', 'artfolio' ), '' . get_the_date( _x( 'Y', 'yearly archives date format', 'artfolio' ) ) . '' ); } else if ( is_tax( 'post_format', 'post-format-aside' ) ) { _e( 'Asides', 'artfolio' ); } else { _e( 'Archives', 'artfolio' ); } ?>