Assign Custom Post type to Custom Taxonomy

Support General Assign Custom Post type to Custom Taxonomy

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4170
    purecobaltpurecobalt
    Participant

    When creating a custom taxonomy, I can't select my custom post from the list on the right, the custom post type is not listed. The only post type that I see are Post, Page and Media.

    Thanks!

    #4171
    Anh TranAnh Tran
    Keymaster

    Are you using the MB Custom Post Type extension?

    #4173
    purecobaltpurecobalt
    Participant

    Yes

    #4249
    thibotythiboty
    Participant

    I have the same problem as purecobalt:
    using MB Custom Post Type extension i can't assign custom taxonomy to custom post type.

    My workaround at the moment is:

    comment line 21 of plugins\mb-custom-post-type\inc\base\register.php:
    //add_action( 'init', array( $this, 'register_post_types' ) );
    and add this:
    add_filter( 'rwmb_meta_boxes', array( $this, 'register_post_types' ) );

    As I noticed the register_post_types function is called after register_meta_boxes.

    I'm not sure if this is the right solution, maybe it breaks other things.

    Thanks!

    #4336
    Anh TranAnh Tran
    Keymaster

    I've just released the new version 1.2.5 for this. Please update the extension.

    Sorry for the delay.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Assign Custom Post type to Custom Taxonomy’ is closed to new replies.