MacArthur/Grauwyler - Street Blog
Flo (Howard) Shukar, Street Rep
1709 Mac Arthur
972-254-1170
$cat = 29;
$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.
