Piklist v0.9.9.7 is available at WordPress.org trunk. This version only fixes an issue with our update script.
Latest News
-
Piklist v0.9.9.8 is now available
In October of 2015, we released v0.9.9 of Piklist. Your help in testing lead...
-
Piklist is not just for Post Types, Taxonomies and Custom Fields
Piklist has often been compared to some of the more popular plugins available to...
-
Piklist is now on HackerOne
We built Piklist from the ground up with security as our top priority. While...
In case anybody is facing problems saving data in metaboxes created on pages:
The WordPress default custom fields meta-box interferes with Piklist fields. You need to unregister it. Use remove_post_type_support:
remove_post_type_support( ‘page’, ‘custom-fields’ );
Reference: https://piklist.com/support/topic/field-values-not-updating/