The ideal
Display multiple category “latest posts” on a page:
<div id="reviews"> <?php $blog_query = 'showposts=5&cat=210&paged='.$paged; $posts = query_posts($blog_query); while (have_posts()) : the_post(); ?> How you want your post to look here: <?php endwhile; ?> </div>
Have I been able to get this to work?
Nope.
No Comments »
There are currently no comments for this post...
Publish a comment »
Functional XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>