Jody Ln - Street Blog
Becky (Mohammad) Ghazi, Street Rep
1526 Jody Ln
972-254-9726
$cat = 15;
$recent = new WP_Query(”cat=$cat&showposts=1″);
while($recent->have_posts()) {
$recent->the_post();
echo ”
“;
the_title( TEST);
echo “
“;
the_content(This is a test on how to enter blog information);
comments_template();
} ?>
Previous blog post.
