开发者 | f1logic |
---|---|
更新时间 | 2018年3月16日 20:48 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 4.9.4 |
版权: | GPLv2 or later |
custom-field-manager.zip
to your /wp-content/plugins/
directory.Custom Fields > Settings
menu.★ Custom Field Manager User Guide
★ Custom Field Manager FAQ
Please check the wordpress version you are using. Make sure it meets the minimum version recommended by us. Make sure all files of the custom-field-manager
plugin are uploaded to the folder wp-content/plugins/
No, you have to create a field group before creating fields.
Yes, you can. In the Add Field Group
section choose post/page/post type, then select an associated taxonomy, then select desired term and then create a field group. Under this group, you can create desired fields.
Yes, of course. In the Add Field Group
section choose post/page/post type, then leave the taxonomy as select
and then create a field group. Under this group, you can create desired fields.
No, you have to create separate field groups and fields for posts and pages and custom post types
You can either enable automatic display in the settings or use below shortcode in your post/page/custom post content.
[xyz_cfl_shortcode id="{POST_ID}"]
Here {POST_ID} must be replaced by actual id of post/page/custom post.
Yes, you can embed the custom field display into your template file. You can either enable automatic display in the settings or use do_shortcode() function like this:
echo do_shortcode( '[xyz_cfl_shortcode id="{POST_ID}"]' );
//here {POST_ID} must be replaced by actual id of post/page/custom post.
More questions ? Drop a mail and we shall get back to you with the answers.