Description
Rox Dynamic CPT Fields Engine is a powerful and user-friendly WordPress plugin that allows you to create and manage Custom Post Types (CPTs), Taxonomies, and Custom Fields without writing any code.
Key Features
- Custom Post Types – Create unlimited custom post types with full control over labels, capabilities, and settings
- Custom Taxonomies – Build hierarchical or non-hierarchical taxonomies for any post type
- Custom Fields (Meta Boxes) – Add rich meta fields to posts, pages, and custom post types
- Options Pages – Create settings pages with custom fields for site-wide options
- Field Groups – Organize your fields with flexible location rules
- Import/Export – Easily migrate configurations between sites
- REST API Support – All configurations accessible via REST API
- PHP API – Register configurations programmatically via PHP
Supported Field Types
- Text
- Textarea
- Number
- URL
- Select (single/multiple)
- Checkbox
- Radio
- Toggle/Switch
- Date
- Time
- DateTime
- Color Picker
- Image
- File
- WYSIWYG Editor
Layout Features
- Tabs – Organize fields into horizontal or vertical tabs
- Accordions – Collapsible sections for better organization
- Field Width – Control field widths (25%, 33%, 50%, 66%, 75%, 100%)
Developer Friendly
- Clean, well-documented code following WordPress coding standards
- Extensible via hooks and filters
- Full REST API support
- PHP API for programmatic registration
- PSR-4 autoloading
Privacy Policy
Rox Dynamic CPT Fields Engine does not collect or send any user data to external servers. All data is stored locally in your WordPress database.
Credits
Developed by Ataurr
Installation
- Upload the
rox-dynamic-cpt-fields-enginefolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Navigate to ‘RDCFE’ in the admin menu to start creating your content types
FAQ
-
What PHP version is required?
-
PHP 8.0 or higher is required for this plugin.
-
What WordPress version is required?
-
WordPress 6.4 or higher is required.
-
Can I use this with Gutenberg?
-
Yes! The plugin is fully compatible with the WordPress Block Editor (Gutenberg).
-
Can I migrate my configurations to another site?
-
Yes, the plugin includes import/export functionality that allows you to easily migrate all your configurations.
-
Is there a PHP API?
-
Yes, you can register post types, taxonomies, field groups, and options pages programmatically using the PHP API.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Rox Dynamic CPT Fields Engine” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Rox Dynamic CPT Fields Engine” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release
- Custom Post Types management
- Custom Taxonomies management
- Custom Fields (Meta Boxes) with 16+ field types
- Options Pages management
- Field Groups with location rules
- Tab and Accordion layouts
- Import/Export functionality
- REST API support
- PHP API for programmatic registration