• Resolved thatgirlslays

    (@thatgirlslays)


    Is there any way to get the videos published to a custom post type? For example, I don’t want them combined with regular posts but perhaps set to a custom post type I call VODs. And then I can create a page specifically for VODS to display in a grid or a list. I just want them separated from posts.

    For now I have gone in and created a posts category called VODS and assigned each of the posts as that category.

    • This topic was modified 7 years, 4 months ago by thatgirlslays.
Viewing 1 replies (of 1 total)
  • Plugin Author tubegtld

    (@tubegtld)

    Sure.

    First, create your custom post and make sure it supports thumbnails.

    Then, go to TUBE Video Curator > Plugin Settings > Import tab in your admin.

    The first setting Default Post Type should have a dropdown with all eligible post types.

    If you’re doing it programmatically for whatever reason, the option name is tube_vc_default_import_post_type so you can basically change that as desired before create_tube_video_post is called.

    Or, perhaps more conventionally, you could set it on the wp_insert_post_data filter.

    Going to mark this as resolved.

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