Sunnybrook Dr/North - Street Blog
Tim (Gloria) Taylor, Street Rep
1835 Sunnybrook Dr
214-457-8946
$cat = 19;
$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.
