Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iambriansreed/Advanced-Custom-Fields-Autocomplete
This is a simple field that looks up values previously entered for this field. This plugin is great for posts that will have a common set of values for the same field but where taxonomy isn't applicable. Plugin uses WordPress core's jQuery UI Autocomplete.
https://github.com/iambriansreed/Advanced-Custom-Fields-Autocomplete
Last synced: 27 days ago
JSON representation
This is a simple field that looks up values previously entered for this field. This plugin is great for posts that will have a common set of values for the same field but where taxonomy isn't applicable. Plugin uses WordPress core's jQuery UI Autocomplete.
- Host: GitHub
- URL: https://github.com/iambriansreed/Advanced-Custom-Fields-Autocomplete
- Owner: iambriansreed
- Archived: true
- Created: 2015-01-15T21:39:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T13:49:12.000Z (about 7 years ago)
- Last Synced: 2024-08-03T17:10:30.041Z (4 months ago)
- Language: PHP
- Size: 168 KB
- Stars: 28
- Watchers: 2
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-acf - Autocomplete Field - Simple field that looks up values previously entered for this field. (Third-Party Add-Ons)
README
=== Advanced Custom Fields: Autocomplete Field ===
Contributors: Brian S. Reed, Max Lyuchin
Requires at least: 3.5
Tested up to: 3.8.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlSimple field that looks up values previously entered for this field.
== Description ==
This is a simple field that looks up values previously entered for this field. This plugin is great for posts that will have a common set of values for the same field but where taxonomy isn't applicable. Plugin uses WordPress core's jQuery UI Autocomplete.
= Compatibility =
This ACF field type is compatible with:
* ACF 5
* ACF 4== Installation ==
1. Copy the `acf-field-type-autocomplete` folder into your `wp-content/plugins` folder
2. Activate the Advanced Custom Fields: Autocomplete plugin via the plugins admin page
3. Create a new field via ACF and select the Autocomplete type
4. Please refer to the description for more info regarding the field type settings== Changelog ==
= 1.0.0 =
* Initial Release.