by greg | Jun 23, 2017
So I ran into a need to validate an email address for a frontend posting of a custom post type using Cozmos Labs WordPress Creation Toolkit. Here is the code that I used to be able to accomplish that. There is some commented out code that allows for you to see what...
by greg | Sep 20, 2018
First step is to create the Post Type under the Post Type Creator. Under Supports: you should only leave title checked off. For post_type in the example I am giving I used ‘wpcmsninja_reviews' but you can set this to whatever you would like, just need to make...