Adding a custom post type
For creating a custom post type you should have some basic PHP and WordPress knowledge. Here’s a quick rundown on the steps to take to add a custom post type when using the Chap Theme. In the child theme’s functions.php file (or in a custom plugin) you can register your custom post type. In this…