Tuesday 9 September 2014

How to Create Custom Metaboxes and Fields for WordPress

Build a Custom Meta boxes and Fields it's very important prat of  WordPress Theme Development  . We Can Easy Do it with Custom Metaboxes and Fields for WordPress Framework   . That's Can Save Your Time .



Features:
  • Create metaboxes to be used on post edit screens.
  • Create forms to be used on options pages.
  • Create forms to handle user meta and display them on user profile add/edit pages.
  • Flexible API that allows you to use CMB forms almost anywhere, even on the front-end.
  • Several field types are included and are listed below.
  • Custom API hook that allows you to create your own field types.
  • There are numerous hooks and filters, allowing you to modify many aspects of the library (without editing it directly).
  • Repeatable fields for most field types are supported, as well as repeatable field groups.
Field Types:
  1. title An arbitrary title field *
  2. text
  3. text_small
  4. text_medium
  5. text_email
  6. text_url
  7. text_money
  8. textarea
  9. textarea_small
  10. textarea_code
  11. text_date Date Picker
  12. text_time Time picker
  13. select_timezone Time zone dropdown
  14. text_date_timestamp Date Picker (UNIX timestamp)
  15. text_datetime_timestamp Test Date/Time Picker Combo (UNIX timestamp)
  16. text_datetime_timestamp_timezone Test Date/Time Picker/Time zone Combo (serialized DateTime object)
  17. colorpicker Color picker
  18. radio *
  19. radio_inline *
  20. taxonomy_radio *
  21. taxonomy_radio_inline *
  22. select
  23. taxonomy_select *
  24. checkbox *
  25. multicheck
  26. taxonomy_multicheck *
  27. taxonomy_multicheck_inline
  28. wysiwyg (TinyMCE) *
  29. file Image/File upload *†
  30. file_list Image/File list upload
  31. oembed Converts oembed urls (instagram, twitter, youtube, etc. oEmbed in the Codex)
  32. group Hybrid field that supports adding other fields as a repeatable group. *
  33. Create your own custom field type
 Download And Documentation

No comments:

Post a Comment