// Check if there are any posts to display

if ( have_posts() ) : ?>

Category:

// Display optional category description

if ( category_description() ) : ?>

// The Loop

while ( have_posts() ) : the_post(); ?>

comments_popup_link( ‘No comments yet’, ‘1 comment’, ‘% comments’, ‘comments-link’, ‘Comments closed’);

?>