ralfhortt / wordpress-custom-post-type-boilerplate
A WordPress Custom Post Type Boilerplate
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:wp-plugin
pkg:composer/ralfhortt/wordpress-custom-post-type-boilerplate
Requires
This package is auto-updated.
Last update: 2025-10-14 21:22:31 UTC
README
A WordPress Custom Post Type Boilerplate
Installation
composer create-project ralfhortt/wordpress-custom-post-type-boilerplate my-post-type
Setup
npm installoryarn- Edit the plugin header in
plugin.php - Replace namespace
RalfHortt/WordPressCustomPostTypeBoilerplatewith your own - Update autoloader namespace in
composer.json - Replace textdomain
wordpress-custom-post-type-boilerplatewith your own
Usage
PHP
- Services: Add a custom service in
src - Function: Add custom function in
inc/functions.php - Template Tags: Add custom template tags in
inc/template-tags.php
Gutenberg
npm run watchfor development- Add custom blocks in
assets/js/blocks npm run productionfor published code
ToDo
- Setup script
- Listing blocks
- View files
Changelog
0.1 - 2020-01-09
- Initial release