WordPress Show Recent Post from a Specific Category

$recent = new WP_Query(“cat=1&showposts=10″); while($recent->have_posts()) : $recent->the_post();
the_content();
endwhile;

just sharing a script to show recent posts from a certain category. You may use this code if you want to put a recent post content in sidebar or in footer.

There are no responses to this post. Jump start a discussion.
  • Name
  • Email
  • Website
  • Comment