An open API service indexing awesome lists of open source software.

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

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 :

![Register settings](/assets/img/screen2.png?raw=true)

Then go to you post edit :

![Save fields](/assets/img/screen1.PNG?raw=true)

## 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