No menu showed for Post Type
-
I got 10 CPT created with the plugin, 3 directly showed in principal menu.. the other ones distributed through the principal menus.
I’m creating a new post type…. and its no showed on the menu
HELP!!
thanks
-
I honestly don’t quite know what’s going on with that. The only thing I can think of is “menu position” conflicts, where two are being given the same position value. Could you provide a screenshot of what you’re seeing for this? Trying to determine what you’re meaning with principal menus
no menu position is given to avoid conflict.
https://www.dropbox.com/s/3vbzsru3rpg5s1f/Screen%20Shot%202014-07-15%20at%207.44.47%20AM.png
this is my serialized string cpt_custom_post_types:
[Excessive code moderated. Please use a pastebin for this.]
Would you be willing to provide a login for this site? I can’t get that serialized data to work on my own, and it may just be best to go in directly.
cesasin.com/wp-login.php?action=register
I will concede you Admin. rigths
I didn’t notice I let a comment opened it cause de register logging to crash sorry now the site is working
Email some credentials to michael @ webdevstudios.com, we’ll keep them private.
done :D…
I really appreciate your help πJust a heads up, I haven’t seen anything come through yet. Hopefully it’s just a slow mailer server.
sended via pietro.estrada on google mailing….
Guess I’m not sure if this was intended behavior, but it does appear that almost all of them are showing up the way you specified. Some as submenus of the parent in the top level. May not have been the original issue though.
The only one I’m not finding is mol_s. I copy/pasted the relevant code for that one into my own localhost install and it wasn’t showing up right away. The only way I could seem to get it to show up was by passing in the “post” capability type, which I noticed was left blank for that post type of yours.
Capability type is one of those fields that if you don’t quite know what it does or how to properly use it, best to just leave it at the default, so that may help in your case with all of them.
Hope that resolves all your issues.
the problem is I need it to be other capability than post, casue there will be a one type of user that will just access that post_type.
and when I changed to any other capability such as “m” or, “mol” or “moluscos”
it disappear from menΓΊ
I found the problem.
Since I got active the map_cap plugin. Every new capability is not asigne to any user-type.
So new capabilities stop auto assign to users and user group now manually I must activate them.
Michael Beckwith, thank you so much for your help. with out it I would be still trapped
Note: so thats why when we assigned ‘post’ capability it appears on the menu, cause that capability was already available for us as administrators.
Good to hear that you figured out the source of the issue.
The topic ‘No menu showed for Post Type’ is closed to new replies.