The complete and reliable WordPress plugin for managing custom post types, custom taxonomies and custom fields. https://wordpress.org/plugins/types/
Types let's you customize the WordPress admin by adding content types, custom fields and taxonomies. You will be able to craft the WordPress admin and turn it into your very own content management system.
- Clone the project
git clone git@github.com:pierrechls/wp-types.git
- Upload the types folder to the /wp-content/plugins/ directory
- Activate the plugin through the Plugins menu in WordPress
Please follow the user guides.
-
Use shortcode in your WordPress post
[types field='your-field-slug'][/types]
-
Use PHP from your template fiels
echo do_shortcode( "[types field='your-field-slug'][/types]" )
If you're an experienced PHP developer, you'll appreciate Types comprehensive fields API.