roots-example-cpt
roots-example-cpt copied to clipboard
An example of a WordPress Custom Post Type designed for easy inclusion in a Roots/Bedrock project.
Roots and Sage Friendly Example Custom Post Type Plugin using PostTypes
An example WordPress custom post type as a plugin using the fantastic PostTypes.
Designed for easy-inclusion with Roots Bedrock, but easily used in any WordPress project.
If you want to adapt this for your own work
- Update
composer.jsonto change the name of the plugin and the PSR-4 autoload namespace - Update the plugin block and namespace in
plugin.php, and the namespace inapp/init.php - Update all instances of
EXAMPLECPT_PLUGIN_DIRandEXAMPLECPT_PLUGIN_URL - Run
composer updateto regenerate the autoload files - Rename and update
app/types/example.phpto fit your needs
Add the plugin to your WordPress plugins or mu-plugins directory, or include it as a Composer dependency in your Bedrock project.