%1$s', 'wu-wei' ), single_cat_title( '', FALSE ) );
} elseif ( is_tag() ) {
printf( __( 'Archives for posts with tag: %1$s', 'wu-wei' ), single_tag_title( '', FALSE ) );
} elseif ( is_day() ) {
printf( __( 'Archives for the day of: %1$s', 'wu-wei' ), get_the_date( get_option( 'date_format' ) ) );
} elseif ( is_month() ) {
printf( __( 'Archives for the month of: %1$s', 'wu-wei' ), get_the_date( 'F, Y' ) );
} elseif ( is_year() ) {
printf( __( 'Archives for the year of: %1$s', 'wu-wei' ), get_the_date( 'Y' ) );
} elseif (is_author()) {
_e( 'Archives For author', 'wu-wei' );
} elseif (isset($_GET['paged']) && !empty($_GET['paged'])) {
_e( 'Blog Archives', 'wu-wei' );
}
?>
Sorry, but there aren’t any posts in the %1$s category yet.', 'wu-wei' ), single_cat_title('',false) );
} else if ( is_date() ) { // If this is a date archive
_e( 'Sorry, but there aren’t any posts with this date.
', 'wu-wei' );
} else if ( is_author() ) { // If this is a author archive
printf( __( 'Sorry, but there aren’t any posts by %1$s yet.
', 'wu-wei' ), esc_html( get_the_author_meta( 'display_name', get_queried_object_id() ) ) );
} else {
_e( 'No posts found.
', 'wu-wei' );
}
get_search_form();
endif;
?>