Support » Plugin: Custom Post Type UI » Admin menu for post items no longer under our CPT
Admin menu for post items no longer under our CPT
-
In our admin menu our Custom Post Types are no longer listed under the correct menu. Instead we see them as part of the default posts.
How do I fix this?
The page I need help with: [log in to see the link]
-
So “Portfolios” shouldn’t be listed below the comments menu item? Are “Portfolios” and “Categories the same thing in this case, perhaps with different labels associated?
Thanks for getting back to me Michael,
The problem is that I don’t have the single Portfolio posts there so I cannot update the content. It should be something like this:
Portfolios
- All Portfolios (this is missing)
- Portfolio Categories
- tags
So I cannot see/edit the actual portfolios
Can you share your settings via Tools > Post types? The big blob of text on the left. It’ll allow me to import into a local install that I can review and whatnot. I’m not quite following what you’re actually seeing just yet, and want to see if I can re-create.
sure, here you go…
{“portfolio_lists”:{“name”:”portfolio_lists”,”label”:”Portfolio”,”singular_label”:”Portfolio List”,”description”:””,”public”:”true”,”publicly_queryable”:”true”,”show_ui”:”true”,”show_in_nav_menus”:”true”,”delete_with_user”:”false”,”show_in_rest”:”true”,”rest_base”:”api”,”rest_controller_class”:””,”has_archive”:”true”,”has_archive_string”:”portfolio-archive”,”exclude_from_search”:”false”,”capability_type”:”post,page”,”hierarchical”:”true”,”rewrite”:”true”,”rewrite_slug”:”portfolios”,”rewrite_withfront”:”true”,”query_var”:”true”,”query_var_slug”:”portfolio”,”menu_position”:””,”show_in_menu”:”true”,”show_in_menu_string”:””,”menu_icon”:””,”supports”:[“title”,”editor”,”thumbnail”,”excerpt”],”taxonomies”:[“category”,”post_tag”,”portfolio_cat”],”labels”:{“menu_name”:”Portfolio Listz”,”all_items”:””,”add_new”:””,”add_new_item”:””,”edit_item”:””,”new_item”:””,”view_item”:””,”view_items”:””,”search_items”:””,”not_found”:””,”not_found_in_trash”:””,”parent_item_colon”:””,”featured_image”:””,”set_featured_image”:””,”remove_featured_image”:””,”use_featured_image”:””,”archives”:””,”insert_into_item”:””,”uploaded_to_this_item”:””,”filter_items_list”:””,”items_list_navigation”:””,”items_list”:””,”attributes”:””,”name_admin_bar”:””,”item_published”:””,”item_published_privately”:””,”item_reverted_to_draft”:””,”item_scheduled”:””,”item_updated”:””},”custom_supports”:””}}
Any reason you’re changing up the capability type? That’s the biggest thing standing out and I wonder what position you’d be in here if that was set back to just “post”. Curious if you’re needing to change up/adjust the capabilities, for which we can help provide a better way here, as that’s a spot we don’t have the best support for, UI-wise.
in capability I changed:
post,page
to just
post
Bingo!
you’re a star
Awesome to see that that fixed everything up. Let us know if you need anything else.
Thanks Michael.
- The topic ‘Admin menu for post items no longer under our CPT’ is closed to new replies.