while(have_posts()) : the_post(); ?>
the_title('', ''); ?> the_date(); ?>
>
comments_template('/comments.php'); ?>
comment_form(); ?>
endwhile; ?>
the_content(__('Continue reading', 'example')); ?>
wp_link_pages('before=
' . __('Pages:','example') . '&after=
'); ?>
if (is_home) { get_sidebar('home'); } ?>
else : ?>
_e('Sorry, no posts matched your criteria', 'example'); ?>
endif; ?>