Descripción
- This plugin adds a Multiple Taxonomy field as one of the Advanced Custom Fields (ACF).
- The Taxonomy field in ACF allows you to select term(s) from only one taxonomy.
- The Multiple Taxonomy field allows you to select term(s) from multiple taxonomies.
Features
As with ACF’s Taxonomy field:
– You can select a term by radio buttons or drop-down list.
– You can select terms by checkbox or drop-down list.
– ‘Stylized UI’ option is supported (Search box on the drop-down list is available).
– ‘Save Terms’ option is supported.
– ‘Load Terms’ option is supported.
– ‘Return Value’ option is supported (Term Object or Term ID).
Note: ‘Create Terms’ option is not supported.
Compatibility
This ACF field type is compatible with:
* ACF 5
Link
Instalación
- Copy the
acf-multiple-taxonomy
folder into yourwp-content/plugins
folder - Activate the Multiple Taxonomy plugin via the plugins admin page
- Create a new field via ACF and select the Multiple Taxonomy type
- Read the description above for usage instructions
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«ACF: Multiple Taxonomy» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«ACF: Multiple Taxonomy» ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.
Traduce «ACF: Multiple Taxonomy» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0.3
- Fix warnings when invalid taxonomy is loaded
1.0.2
- Fix warnings when using radio/checkbox in php 8.0
- Delete unnecessary css and js files
1.0.1
- Remove undefined variable which caused warning in php 8.0
1.0.0
- Initial Release.