<h2><?php the_title(); ?></h2>
<?php the_time('l, F j, Y') ?> <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?>
<?php the_excerpt(); ?>
<?php the_tags('Tags: ', ', ', ''); ?>
Category: <?php the_category(', '); ?>

Plans starting at $19/month
<h2><?php the_title(); ?></h2>
<?php the_time('l, F j, Y') ?> <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?>
<?php the_excerpt(); ?>
<?php the_tags('Tags: ', ', ', ''); ?>
Category: <?php the_category(', '); ?>
<!-- end post -->