I havent used the plugin till now… but I just installed it and it breaks 🙁
It doesnt work with the latest update of CFS
Doesn’t work after CFS 2.5 🙁
Yeap. not works here too!
issue with metabox function
Hello, within cfs-taxonomy.php, try replacing
CFS()->meta_box($post, array('args' => $args));
with
$metabox = array( 'args' => array( 'group_id' => $groups ) );
include( CFS_DIR . '/templates/meta_box_input.php' );
Matt Gibbs, thanks!
But how do I retrieve custom fields for display on a category page?
get_category_meta(‘field_name’), CfsTaxonomy::get(‘field_name’) don`t work(
Now work but is imposible display
get_category_meta() I’m getting an error on this part can anyone help?
-> Warning: Missing argument 2 for cfs_api::get_fields(), called in /mnt/target04/868268/websitename/web/content/wp-content/plugins/cfs-custom-category-fields/cfs-taxonomy.php on line 259 and defined in /mnt/target04/868268/websitename/web/content/wp-content/plugins/custom-field-suite/includes/api.php on line 51
Thanks
The plugin, version 1.3.1 has been updated to be compatible with the latest CFS. @matt, thanks for the replacement code for the depricated CFS::meta() function.
Still not works with Custom Field Suite Version 2.5.5
+1
i confirm it doesn’t work with the lastest version
thanks
@matt last time you provided a workaround for what was changed in CFS, can you take a look at this. BTW, since the latest WP supports taxonomy meta, will redo the plugin to use the native taxonomy meta data.