art23130+ 0 Report post Posted June 10, 2017 We have created a CPT using Custom Post Type UI with two taxonomies one for category and one for tags: But actually we have problem with showing categories in metabar. This is the post type: name: geocode_library label: Geocodes Library singular_label: Geocode Library description: "" public: true publicly_queryable: true show_ui: true show_in_nav_menus: true show_in_rest: true rest_base: "" has_archive: true has_archive_string: "" exclude_from_search: false capability_type: post hierarchical: false rewrite: true rewrite_slug: "" rewrite_withfront: true query_var: true query_var_slug: "" menu_position: "" show_in_menu: true show_in_menu_string: "" menu_icon: "" custom_supports: "" and this is for taxonomies: name: geocodes_category label: Geocodes Category singular_label: Geocodes Category description: "" public: true hierarchical: true show_ui: true show_in_menu: true show_in_nav_menus: true query_var: true query_var_slug: "" rewrite: true rewrite_slug: "" rewrite_withfront: true rewrite_hierarchical: false show_admin_column: false show_in_rest: false show_in_quick_edit: true rest_base: "" and: name: geocodes_tag label: Geocodes Tag singular_label: Geocodes Tag description: "" public: true hierarchical: false show_ui: true show_in_menu: true show_in_nav_menus: true query_var: true query_var_slug: "" rewrite: true rewrite_slug: "" rewrite_withfront: true rewrite_hierarchical: false show_admin_column: false show_in_rest: false show_in_quick_edit: true rest_base: "" Here is the link. any idea how to solve it. Share this post Link to post Share on other sites