First+Third Post Types
Wordpress Custom Post Types Plugin
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/firstandthird/wp-posttypes/archive/refs/heads/master.zipFrom the readme
First+Third Post Types
Wordpress Custom Post Types Plugin
Usage
Install to plugin directory.
Create a new directory under wp-content called posttypes
Inside of the posttypes directory create a directory called types. This will store all the yaml files.
Creating a post type
Copy one of the example yaml files from the example-conf directory and place it into the types directory you created.
After you make changes you need to flush the rewrite cache before your changes will take affect on the front-end. To do this, click the Tools→Flush Rewrite Cache link.
Configuring config path
In your plugin or functions.php