Title: Custom post type
Last modified: August 21, 2016

---

# Custom post type

 *  Resolved [David](https://wordpress.org/support/users/dwinn71/)
 * (@dwinn71)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-59/)
 * Hi
 * I have a custom post type in my theme. Each of the posts within the post-type
   has an ID. The posts themselves are made up of a series of images.
 * I can get wp-tiles to display the titles of the posts within the post type by
   using:
 * [wp-tiles posts_query=’post_type=slide-sets’]
 * What I would like is to call a particular post using its ID and have the images
   within the post display on the tiles. How would I do that?
 * [http://wordpress.org/plugins/wp-tiles/](http://wordpress.org/plugins/wp-tiles/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mike Martel](https://wordpress.org/support/users/mike_cowobo/)
 * (@mike_cowobo)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-59/#post-4529037)
 * Hi
 * Use the shortcode below to achieve this! Just replace `POST_ID` with the post
   id.
    `[wp-tiles posts_query='post_parent=POST_ID&post_type=attachment&posts_per_page
   =-1&post_mime_type=image']`
 * Also, see [this thread](http://wordpress.org/support/topic/showing-images-attached-to-custom-post-type-post).
 * Cheers,
    Mike

Viewing 1 replies (of 1 total)

The topic ‘Custom post type’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-tiles_8f8e84.svg)
 * [WP Tiles](https://wordpress.org/plugins/wp-tiles/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-tiles/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-tiles/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-tiles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-tiles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-tiles/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mike Martel](https://wordpress.org/support/users/mike_cowobo/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-59/#post-4529037)
 * Status: resolved