Wordpress WordPress function to fetch posts from category id May 2, 2011 Pramod T P Leave a comment <?php $posts = get_posts(array('category' => 5)); // Here 5 is category id ?>