https://github.com/beapi/bea-acf-taxonomy-term
Use library select2 to allow selection of multiple taxonomies and terms as ACF field
https://github.com/beapi/bea-acf-taxonomy-term
Last synced: 3 months ago
JSON representation
Use library select2 to allow selection of multiple taxonomies and terms as ACF field
- Host: GitHub
- URL: https://github.com/beapi/bea-acf-taxonomy-term
- Owner: BeAPI
- Created: 2016-04-13T18:41:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T15:29:26.000Z (about 7 years ago)
- Last Synced: 2025-09-17T10:50:15.739Z (3 months ago)
- Language: PHP
- Size: 189 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# BEA ACF Taxonomy Term
Use library select2 to allow selection of multiple taxonomies and terms as ACF field.
The default term selector allows you to do that on admin field, this plugin allows you to set tax and terms per post
## Compatibility
Compatible with :
- ACF v4
- ACF PRO : https://www.advancedcustomfields.com/pro/
## Features
- multiple selection, autocomplete, reorder, select2
- single selection
## Screenshots
Set new custom field :

Then go to you post edit :

## Changelog
### 1.0.4 - 15 Nov 2018
* FEATURE [#2](https://github.com/BeAPI/bea-acf-taxonomy-term/pull/2) : hide some labels in certain conditions
* FEATURE [#3](https://github.com/BeAPI/bea-acf-taxonomy-term/issues/3) : select2 with reorder feature
### 1.0.3
* delete cast stdclass
### 1.0.2
* use js ACF actions to fix bug with repeaters and flexible
### 1.0.1
* initial