>

%2$s in %3$s', 'greyzed' ), esc_html( get_the_date( get_option( 'date_format' ) ) ), esc_html( get_the_author() ), get_the_category_list( ', ' ) ); } else { printf( __( 'Posted: %1$s in %2$s', 'greyzed' ), esc_html( get_the_date( get_option( 'date_format' ) ) ), get_the_category_list( ', ' ) ); } ?>
', '

' ); ?>
found_posts; $endvar = $postsppage - $remainder; ?> '; if ( is_category() ) { // If this is a category archive printf( __( 'Sorry, but there aren’t any posts in the %s category yet.', 'greyzed' ), 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.', 'greyzed' ); } else if ( is_author() ) { // If this is an author archive printf( 'Sorry, but there aren’t any posts by %s yet.', esc_html( get_the_author_meta( 'display_name', get_queried_object_id() ) ) ); } else { _e( 'No posts found.', 'greyzed' ); } echo ''; get_search_form(); endif; ?>