I’m using the following code to create two custom post types:
The Spotlight custom post type is giving me the edit/permalink to edit the post. However, the cooking video isn’t. I’ve just copied the code from the Spotlights, changed the pertinent info for Cooking Videos so I don’t get why it isn’t working.
As I told SickHippie in the comment, this was a matter of the naming convention while registering the custom post type in the functions.php file. I used camel-case and the DB didn’t like that. Once it was changed to all lower-case, it worked fine.
You’ve given both the same menu position, so you’ll need to change one to something else.
Try this in the same array where you set public and menu position.