How to create a new Custom Post Type in WordPress
¿Do you want to create a new custom post type in WordPress programmatically? Creating a new post type in WordPress is very simple, you just need to add a piece of code in your functions.php file. Custom post types in WordPress are really useful and easy to implement. So, to create a new post type […]