Title: Post types customization
Last modified: March 19, 2021

---

# Post types customization

 *  Resolved [holyhope](https://wordpress.org/support/users/holyhope/)
 * (@holyhope)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/post-types-customization/)
 * Hello,
 * I use custom post types (and [CPT UI](https://fr.wordpress.org/plugins/custom-post-type-ui/)),
   Can you please tell me how to create list of custom post types?
 * I suggest 2 ways to handle that:
 * 1. Create a new [wordpress filters](https://developer.wordpress.org/reference/functions/apply_filters/)
   for settings. Something like: `apply_filters( 'ultimate_post_list_' . $section_key,
   $section_values );`
    2. Add specific [post types support](https://developer.wordpress.org/reference/functions/add_post_type_support/).
   Something like: `add_post_type_support( 'post', 'ultimate_post_list' );` then
   getting the list of post type filtered with this support.
 * WDYT?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Kybernetik Services](https://wordpress.org/support/users/kybernetikservices/)
 * (@kybernetikservices)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/post-types-customization/#post-14211883)
 * Thank you [@holyhope](https://wordpress.org/support/users/holyhope/) for reaching
   out.
    The Pro version of Ultimate Post List does support lists with custom post
   types and custom taxonomies. The free version will not support it in the near
   future. If you have further question regarding the Pro version, please contact
   us by using our [contact form](https://www.kybernetik-services.com/contact/?utm_source=wordpress_org&utm_medium=forum&utm_campaign=ultimate-post-list&utm_content=thread).
   Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Post types customization’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-post-list/assets/icon-256x256.png?rev=2478520)
 * [Ultimate Post List](https://wordpress.org/plugins/ultimate-post-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-post-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-post-list/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-post-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-post-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-post-list/reviews/)

## Tags

 * [cpt](https://wordpress.org/support/topic-tag/cpt/)
 * [custom post type](https://wordpress.org/support/topic-tag/custom-post-type/)
 * [filter](https://wordpress.org/support/topic-tag/filter/)
 * [post-type](https://wordpress.org/support/topic-tag/post-type/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kybernetik Services](https://wordpress.org/support/users/kybernetikservices/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/post-types-customization/#post-14211883)
 * Status: resolved