Shirley Clement, Street Rep
1732 Sunnybrook Dr
972-253-8051

$cat = 18;
$recent = new WP_Query(”cat=$cat&showposts=1″);
while($recent->have_posts()) {
$recent->the_post();
echo ”

“;
the_title();
echo “

“;
the_content();
comments_template();
} ?>

Previous blog post.

    while($recent->have_posts()) : $recent->the_post(); ?>