Forums Forums Search & Filter Pro Post Type Not Working

Viewing 3 posts - 1 through 3 (of 3 total)
  • Ross Moderator
    #4370

    Is this related to your other support ticket? Let me know and if not I’ll investigate further.

    Thanks

    Anonymous
    #4492

    No, this is another issue. Other post types work, but for some reason this one won’t work.

    Ross Moderator
    #4548

    It sounds like either the post type is registered after the search, or it could be some conflict with a post type called images.

    Could you try using the same code, but give the post type a different (and unique) name?

    Failing that you could try adding a lower/higher priority to your init action:

    add_action('init', 'cptui_register_my_cpt_images', 1);

    Let me know if any of the above works.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)