Title: Display mutiple posts
Last modified: August 22, 2016

---

# Display mutiple posts

 *  Resolved [darrent71](https://wordpress.org/support/users/darrent71/)
 * (@darrent71)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/display-mutiple-posts/)
 * Is there anyway I can modify this plugin so in my content block I can display
   say the last 3 posts created under a specific content type?
 * [https://wordpress.org/plugins/custom-post-widget/](https://wordpress.org/plugins/custom-post-widget/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Johan van der Wijk](https://wordpress.org/support/users/vanderwijk/)
 * (@vanderwijk)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/display-mutiple-posts/#post-5644197)
 * Hi Darren,
 * Maybe this plugin would be useful for you?
 * [https://wordpress.org/plugins/recent-posts-widget-plus/](https://wordpress.org/plugins/recent-posts-widget-plus/)
 *  Thread Starter [darrent71](https://wordpress.org/support/users/darrent71/)
 * (@darrent71)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/display-mutiple-posts/#post-5644217)
 * It doesn’t do the job I want. I used the Savvii Custom Post plugin to create 
   a post type called Updates. I want to then show the last 3 posts created under
   updates but the Recent Post Widget Plus plugin only allows me to limit by category,
   not custom post type.
 *  Plugin Author [Johan van der Wijk](https://wordpress.org/support/users/vanderwijk/)
 * (@vanderwijk)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/display-mutiple-posts/#post-5644270)
 * Hi Darren,
 * I have just released version 1.1 of the Recent Posts Widget Plus plugin, it now
   allows you to choose a custom post type 🙂
 * Note that you will have to make the content_block post type public if you want
   to use it in the widget by adding the following code to your function.php file:
 *     ```
       function filter_content_block_init() {
       	$content_block_public = true;
       	return $content_block_public;
       }
       add_filter('content_block_post_type','filter_content_block_init');
       ```
   
 * [https://wordpress.org/plugins/recent-posts-widget-plus/](https://wordpress.org/plugins/recent-posts-widget-plus/)
 * Please let me know if this helps!
 *  Thread Starter [darrent71](https://wordpress.org/support/users/darrent71/)
 * (@darrent71)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/display-mutiple-posts/#post-5644303)
 * That’s perfect! Thanks so much 🙂
 *  Thread Starter [darrent71](https://wordpress.org/support/users/darrent71/)
 * (@darrent71)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/display-mutiple-posts/#post-5644304)
 * Just one feature request, would it be possible to have the post date display 
   also?
 *  Plugin Author [Johan van der Wijk](https://wordpress.org/support/users/vanderwijk/)
 * (@vanderwijk)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/display-mutiple-posts/#post-5644358)
 * Yes, that would definitely be possible. Could you please open a support ticket
   about it on the plugin’s support forum?
 * See [https://wordpress.org/support/plugin/recent-posts-widget-plus](https://wordpress.org/support/plugin/recent-posts-widget-plus)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Display mutiple posts’ is closed to new replies.

 * ![](https://ps.w.org/custom-post-widget/assets/icon.svg?rev=2884166)
 * [Content Blocks (Custom Post Widget)](https://wordpress.org/plugins/custom-post-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-post-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-post-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-post-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-post-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-post-widget/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Johan van der Wijk](https://wordpress.org/support/users/vanderwijk/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/display-mutiple-posts/#post-5644358)
 * Status: resolved