/* this is the important part: you are creating a query that will post 3 posts from the news category and creating the paging – change any of the parameters that doesn’t fit what you want */
query(“category_name=’blog’&showposts=3”.’&paged= ‘.$paged);
while ($wp_query->have_posts()) : $wp_query->the_post();
?>
/* This is the part that you actually see on the page. I’ve used the post title meta (which is in my includes folder, and an excerpt */