TP Fields provides for developers basic and advanced fields in:
- Taxonomy custom fields
- Metabox custom fields
- Customizer fields
- Menu Meta fields
- Widget Fields
Read document of Plugin :
With many field types:
- textfield & textfield multiple
- checkbox & checkbox multiple
- radio & radio multiple
- select & select multiple
- textarea
- image_picker
- image_select (Image radios)
- icon_picker
- link
- datetime
- map
- autocomplete (Ajax auto search from post types, taxonomies and ... )
- repeater
- typography
- upload (Upload single and multiple file upload with hash)
You can require tp-framework/sample/sample.php file in plugin to see the demo.
Besides TP Framework provide theme users a
One Click Importer Tool to easily use dummy data with a few available options.
The plugin also provides a manual import by uploading from computer with some popular extensions (XML, JSON, WIE, DAT).
For theme developers, if you want to provide more dummy data options to your users, you can use some available hooks in the plugin. Dummy data files can come from anywhere on the Internet, of course you can push those files to your theme or plugin.
1.0.15 (July 16, 2018):
- Fix conflict with different plugin of quangdung
1.0.15 (February 12, 2018):
1.0.14 (February 12, 2018):
- Support optional for field datetime picker
1.0.13 (February 9, 2018):
- Fix metabox in front_page, posts_page cannot saved
- Improve dependency in customizer
1.0.12 (January 25, 2018):
- Fix metabox in front_page, posts_page cannot saved
1.0.11 (January 22, 2018):
- Fix metabox in front_page is not display
- Add: Display metabox in page by Template Name of the page
1.0.10 (January 11, 2018):
- Fix dependency fields js in edit form taxonomy
- Improve displaying metabox
1.0.9 (December 13, 2017):
- Support multiple for textfield
1.0.8 (December 12, 2017):
- Improve dependency fields
1.0.7 (November 30, 2017):
- Fix autocomplete field does not select multiple value in customizer
- Improve styling Group fields in Taxonomy, Category, Tags form add and edit
- Fix field dependency with values are numbers does not work
1.0.6 (November 13, 2017):
- Fix image_picker field does not work in repeater field
- Add: tpfw_build_link_attrs
1.0.5 (October 30, 2017):
- Update: autocomplete field with static data
- Update: prevent upload wrong mimetype in field upload
1.0.4 (October 30, 2017):
- Fix dependency on radio field
- Add field Upload (Single and Multiple File upload)
1.0.3 (September 22, 2017):
- Use tp_importer_get_http instead of wp_get_http
- Disable button import when import.
1.0.2 (June 27, 2017):
- Fix dependency in Customizer
- Deprecated tpfw_l10n_get_strings
- Add sanitize functions
1.0.1 (June 13, 2017):
- Add import Placeholdit image option in Available Imports
1.0.0 (June 6, 2017):