' . get_the_author() . '' ); } elseif ( is_day() ) { printf( _x( 'Day: %s', 'Archive page title.', 'wm_domain' ), '' . get_the_date() . '' ); } elseif ( is_month() ) { printf( _x( 'Month: %s', 'Archive page title.', 'wm_domain' ), '' . get_the_date( _x( 'F Y', 'Monthly archives date format.', 'wm_domain' ) ) . '' ); } elseif ( is_year() ) { printf( _x( 'Year: %s', 'Archive page title.', 'wm_domain' ), '' . get_the_date( _x( 'Y', 'Yearly archives date format.', 'wm_domain' ) ) . '' ); } elseif ( is_tax() ) { if ( is_tax( 'post_format' ) ) { printf( _x( 'Post format: %s', 'Archive page title.', 'wm_domain' ), '' . single_term_title( '', false ) . '' ); } else { single_term_title(); } } elseif ( is_post_type_archive() ) { post_type_archive_title(); } elseif ( is_archive() ) { _ex( 'Archives', 'Archive page title.', 'wm_domain' ); } echo wm_paginated_suffix( 'small' ); ?>

%s' . "\r\n", $term_description ); } ?>