' . get_the_author() . '' );
rewind_posts();
elseif ( is_day() ) :
printf( __( 'Day: %s', 'abık' ), '' . get_the_date() . '' );
elseif ( is_month() ) :
printf( __( 'Month: %s', 'abık' ), '' . get_the_date( 'F Y' ) . '' );
elseif ( is_year() ) :
printf( __( 'Year: %s', 'abık' ), '' . get_the_date( 'Y' ) . '' );
elseif ( is_tax( 'post_format', 'post-format-aside' ) ) :
_e( 'Asides', 'abık' );
elseif ( is_tax( 'post_format', 'post-format-image' ) ) :
_e( 'Images', 'abık');
elseif ( is_tax( 'post_format', 'post-format-video' ) ) :
_e( 'Videos', 'abık' );
elseif ( is_tax( 'post_format', 'post-format-quote' ) ) :
_e( 'Quotes', 'abık' );
elseif ( is_tax( 'post_format', 'post-format-link' ) ) :
_e( 'Links', 'abık' );
else :
_e( 'Archives', 'abık' );
endif;
?>
%s', $term_description );
endif;
?>