Title: [Plugin: Featured Posts Grid] Custom post types?
Last modified: August 20, 2016

---

# [Plugin: Featured Posts Grid] Custom post types?

 *  Resolved [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-featured-posts-grid-custom-post-types/)
 * Any chance of getting support for custom post types?
 * [http://wordpress.org/extend/plugins/featured-posts-grid/](http://wordpress.org/extend/plugins/featured-posts-grid/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Chaser324](https://wordpress.org/support/users/chaser324/)
 * (@chaser324)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-featured-posts-grid-custom-post-types/#post-2482859)
 * I think this is already possible by just supplying the `post_type` in the arguments
   you pass into `fpg_show`. For example:
 *     ```
       <?php if (function_exists('fps_show')) {
                  $args = array(
                      'post_type' => 'YourCustomPostType'
                      // Insert whatever other tags, category, etc. to filter on
                  );
                  echo fps_show($args);
              }
       ?>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Featured Posts Grid] Custom post types?’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Chaser324](https://wordpress.org/support/users/chaser324/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-featured-posts-grid-custom-post-types/#post-2482859)
 * Status: resolved