Can’t edit custom post type

I’m using the following code to create two custom post types:

Pastebin Link

Read More

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.

Related posts

Leave a Reply

3 comments

  1. 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.