Title: Use with custom post type
Last modified: August 21, 2016

---

# Use with custom post type

 *  Resolved [AlexTex](https://wordpress.org/support/users/alextex/)
 * (@alextex)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/use-with-custom-post-type/)
 * Is it possible use this widget with custom post type? It shows only posts
    thanks
 * [https://wordpress.org/plugins/recent-posts-with-excerpts/](https://wordpress.org/plugins/recent-posts-with-excerpts/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Stephanie Leary](https://wordpress.org/support/users/sillybean/)
 * (@sillybean)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/use-with-custom-post-type/#post-5008240)
 * Yes.
 *     ```
       add_filter('recent_posts_with_excerpts_query', 'my_excerpt_query');
       function my_excerpt_query( $q ) {
          $q['post_type'] = 'my_custom_post_type_name';
          return $q;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Use with custom post type’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-posts-with-excerpts.svg)
 * [Recent Posts with Excerpts](https://wordpress.org/plugins/recent-posts-with-excerpts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-with-excerpts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-with-excerpts/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-with-excerpts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-with-excerpts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-with-excerpts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Stephanie Leary](https://wordpress.org/support/users/sillybean/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/use-with-custom-post-type/#post-5008240)
 * Status: resolved