| 开发者 | penguinpeak01 |
|---|---|
| 更新时间 | 2026年7月21日 16:47 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[ppctb_posts], [ppctb_field], and [ppctb_post] shortcodespenguinpeak-dynamic-cpt-manager folder to the /wp-content/plugins/ directoryNo, your CPT data is saved in the WordPress options table and will remain even if the plugin is deactivated. However, the CPTs will not be registered (will not appear in admin) until the plugin is reactivated.
Currently, the plugin supports one taxonomy per CPT. For multiple taxonomies, you would need to use additional code or a more advanced plugin.
Yes! CPTs created with this plugin follow WordPress standards and will work with any properly coded theme. You may need to create custom template files (like single-{post-type}.php and archive-{post-type}.php) in your theme to display them properly.
Currently, CPTs are stored in the WordPress database. You can backup your WordPress database to preserve your CPTs.
Yes! CPTs created with this plugin are fully compatible with popular page builders like Elementor, Beaver Builder, Divi, etc., especially when REST API support is enabled.
[ppctb_posts type="your-cpt" limit="5" orderby="date" order="DESC"] - Display a grid of CPT posts[ppctb_field id="123" key="field_key"] - Display a specific meta field value[ppctb_post id="123"] - Display a complete CPT post with all fieldsNo. The plugin is free to use.