' . single_cat_title( '', false ) . '' ); ?> ' . get_the_date() . '' ); ?> ' . get_the_date( _x( 'F Y', 'monthly archives date format', 'propress' ) ) . '' );?> ' . get_the_date( _x( 'Y', 'yearly archives date format', 'propress' ) ) . '' ); /* If this is an author archive */ } 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( __( 'You are currently browsing the blog archives for posts by %s', 'propress' ), '' . 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(); ?> ' . single_tag_title( '', false ) . '' ); } ?>