There are two methods by which we can use to create our own custom post types: 1. By Using Plugins 2. By Using hard code into your theme’s functions.php file. “Custom Post Type UI” is a nice plugin that allows you to easily create custom post types as well as taxonomies. This also provides PHP … Continue reading Creating Custom Post Types by PHP code