SPP Taxonomy & Post Builder
SPP Taxonomy & Post Builder is a WordPress plugin that allows you to create custom post types and taxonomies effortlessly using a clean, object-oriented admin interface—no coding required. It automatically generates plugin templates and serves them if your theme doesn’t provide one, ensuring seamless integration with your website.
by Webbuggs · github.com/alimurtza786/spp-taxonomy-post-builder · website
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/alimurtza786/spp-taxonomy-post-builder/archive/refs/heads/main.zipA powerful plugin to create and manage custom post types and taxonomies using an intuitive admin UI — no code required.
Description
SPP Taxonomy & Post Builder makes it simple to:
- Create unlimited custom post types.
- Add custom taxonomies and link them to any post type.
- Configure labels, slugs, hierarchical/non-hierarchical behavior.
- Enable REST API support for headless WordPress usage.
- Works with your theme automatically (auto template fallback if no template exists).
This plugin is ideal for developers and non-developers who want to extend WordPress without touching code.
Installation
- Upload the plugin files to the
/wp-content/plugins/spp-taxonomy-post-builderdirectory, or install directly from the WordPress plugins screen. - Activate the plugin through the 'Plugins' screen in WordPress.
- Go to CPT & Taxonomy Builder in the WordPress Admin menu.
- Create your first custom post type or taxonomy.
Frequently Asked Questions
Does this plugin require coding knowledge?
No. It provides a full admin interface for building post types and taxonomies.
Can I use this with Gutenberg / REST API?
Yes. Post types and taxonomies can be enabled for REST API.
Will my data be deleted if I deactivate the plugin?
No. Your data remains in the database. If you reactivate, everything is restored.
Screenshots
- Custom Post Type creation screen.
- Taxonomy builder screen.
- Example of new post type in the admin menu.
Changelog
1.1.0
- Fixed text-domain mismatches.
- Added translators comments for i18n compatibility.
- Improved overall code structure.
1.0.0
- Initial release with custom post type and taxonomy builder.
Upgrade Notice
1.1.0
This update fixes internationalization issues and adds compatibility with WP 6.8.