if (have_posts()) : ?>
while (have_posts()) : the_post(); $loopcounter++; ?>
if (is_single()) : ?>
the_title(); ?>
the_content() ?>
:: the_date("m.d.Y"); ?> ::
if (comments_open()) { comments_template(); } ?>
else : ?>
if ($loopcounter==1) : ?>
Nothing matched what you were looking for.
Nothing matched what you were looking for.