• Resolved holyhope

    (@holyhope)


    Hello,

    I use custom post types (and CPT 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 for settings. Something like: apply_filters( 'ultimate_post_list_' . $section_key, $section_values );
    2. Add specific post types 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

    (@kybernetikservices)

    Thank you @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. Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Post types customization’ is closed to new replies.