Add a Jquery Datepicker to custom field in post edit

Since you are new to WordPress I would suggest using Meta Box Script for WordPress which provides an easy way of adding your custom fields to the post edit panel and its main features are:

  • Support various field types, including: text, textarea, checkbox, checkbox list, radio box, select, wysiwyg, file, image, date, time, color. Developers can easily add more types by extending the script.
  • Allow to create multiple meta boxes.
  • Written in OOP, allow developers easily extend the script.
  • Work with custom post types. Each meta box can be defined for many custom post types.

Leave a Comment