• Resolved delaitec

    (@delaitec)


    “Taxonomies” and “Append to Post Type” fields are not synchronized.

    If I create a taxonomy, and select a custom post type for it to be displayed, it will be, as it should be.
    However, if I go to the type of post I selected, and check the field [Confirmations]> [Taxonomies], the taxonomy will be unchecked.

    This does not interfere with her display in the menu, but it can confuse the user.

    Ideally, when accessing a custom taxonomy and assigning a post type to it, this taxonomy would also be marked on the post type edit screen.

    It is also obvious that when you deselect a taxonomy on the edit screen of the type of post, this type of post would be disassociated from this category on the edit screen of categories.

    Currently, for the disassociation to occur, it is necessary to manually deselect both locations.

    Thankful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    We keep these not “sync’d” so to speak because when registering either the post type or the taxonomy, we’re saving an array of registration arguments for the given content type. There’s no need to have the registration going on in both places, and things should still be working just fine.

    Personally, since you can register a post type without a taxonomy, but you can’t register a taxonomy without at least one post type, I’d probably let the taxonomy registration handle the selected post type association.

    Thread Starter delaitec

    (@delaitec)

    Ok. Thanks for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Taxonomies” and “Append to Post Type” fields are not synchronized’ is closed to new replies.