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 ?> Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Like Loading...