sugardaddy
Member
Posted 1 year ago #
Hi
I'm going nuts... I tested some plugins about custom post types. And I've got a big problem : any of my first created custom post types won't appear in the left menu in the admin... but it's here (checked in the database).
Weird !!
And I don't think it's about that plugin specifically (easy post types) but I need an answer.
Thanks in advance !
sugardaddy
Member
Posted 1 year ago #
I wanted to precise that when I add a second custom post type, it appears in the left menu ! That's why I'm going mad...
s_ha_dum (was apljdi)
Member
Posted 1 year ago #
Post the code you are using to create the custom post types to the pastebin. I'll be busy most of the day but I'll try to look later, if someone hasn't helped you by then. You can control the order that those menus appear. I'll show you later as well.
Why dont you use=
GD CUSTOM POST TYPES AND TAXONOMIES, its better an easy!!!
sugardaddy
Member
Posted 1 year ago #
Thank you folks, but it was a conflict with another plugin.
This plugin, ChimpExpress, use to take place of the first cpt in the admin menu.
This might be a weird bug and I reported it.
Anders
Member
Posted 9 months ago #
How early are you calling the register_post_type() function? Without seeing the code its a guess, but that may be an issue.
Of course, make sure that show_ui is set to true.