Linux 软件免费装
Banner图

Date and Time Picker Field

开发者 PerS
更新时间 2017年1月30日 16:16
捐献地址: 去捐款
PHP版本: 3.6 及以上
WordPress版本: 4.7
版权: GPLv2 or later
版权网址: 版权信息

标签

custom field acf datepicker timepicker

下载

2.0.0.2 2.0.0.beta 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15.2 2.0.16 2.0.18 2.0.18.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5

详情介绍:

This is an add-on for the Advanced Custom Fields WordPress plugin, that allows you to add a Date and Time Picker field type. ACF PRO 5.0+ is no longer supported, ACF PRO has its own date and time picker [youtube http://www.youtube.com/watch?v=Mumx4HGOljQ] Compatibility This add-on will work with: More Information http://soderlind.no/time-picker-field-for-advanced-custom-fields/

安装:

Plugin
  1. Copy the 'acf-date_time_picker' folder into your plugins folder
  2. Activate the plugin via the Plugins admin page
Include
  1. Copy the 'acf-date_time_picker' folder into your theme folder (can use sub folders). You can place the folder anywhere inside the 'wp-content' directory
  2. Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-date_time_picker.php file) ` add_action('acf/register_fields', 'my_register_fields');
function my_register_fields() { include_once('acf-date_time_picker/acf-date_time_picker.php'); } `

屏幕截图:

  • Add the Date and Time Picker field
  • Date and Time Picker
  • Time Picker

更新日志:

2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.18 2.0.17 2.0.16 2.0.15 2.0.14 2.0.13 2.0.12 2.0.11 2.0.10 2.0.9 2.0.8 2.0.7 2.0.6 2.0.5 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0.beta 1.2.0 1.1.1 1.1 1.0