-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·56 lines (37 loc) · 1.77 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
=== ACF: Advanced Taxonomy Selector ===
Contributors: danielpataki
Tags: selector, fonts, google
Requires at least: 3.5
Tested up to: 4.2
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A field for Advanced Custom Fields which allows you to create a field where users can select terms or taxonommies flexibly.
== Description ==
A more advanced taxonomy selector for ACF. You can create a taxonomy or a term selector and restrict each based on post type or taxonomy. You can also allow for null and determine the return format.
= ACF Compatibility =
This ACF field type is compatible with both *ACF 4* and *ACF 5*.
= Thanks =
* [Advanced Custom Fields](http://www.advancedcustomfields.com/) for the awesome base plugin.
* [Muhamad Ulum](https://www.iconfinder.com/oelhoem) for the T icon.
== Installation ==
= Automatic Installation =
Installing this plugin automatically is the easiest option. You can install the plugin automatically by going to the plugins section in WordPress and clicking Add New. Type "ACF Advanced Taxonomy Selector" in the search bar and install the plugin by clicking the Install Now button.
= Manual Installation =
1. Copy the `acf-advanced-taxonomy-selector` folder into your `wp-content/plugins` folder
2. Activate the Advanced Taxonomy Selector plugin via the plugins admin page
3. Create a new field via ACF and select the Role Selector type
4. Please refer to the description for more info regarding the field type settings
== Screenshots ==
1. ACF control for field creation
2. The user-facing taxonomy settings
== Changelog ==
= 3.0.0 (2015-04-21) =
* Updated for WordPress 4.2
* Added Hungarian translation
* Reworked structure
= 2.0 =
* Dropped ACF 3 support
* Added ACF 5 support
= 1.0 =
* Initial Release.