-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jonathan de Jong
committed
Oct 1, 2014
1 parent
ed85a9c
commit a07e9d1
Showing
2 changed files
with
29 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,38 @@ | ||
# ACF Sites Field | ||
=== Advanced Custom Fields: Sites Field === | ||
Contributors: tigerton, jonathan-dejong | ||
Tags: sites, wpmu, acf, advanced custom fields | ||
Requires at least: 3.5 | ||
Tested up to: 4.0 | ||
Stable tag: trunk | ||
License: GPLv2 or later | ||
License URI: http://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
### Description | ||
Adds a ’Sites’ field type for the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) WordPress plugin. | ||
|
||
Adds a 'ACF Sites' field type for the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) WordPress plugin. | ||
== Description == | ||
|
||
This field type gives the user the option to choose from displaying sites as a drop down or as checkboxes (to allow for multiple selections). These sites IDs are then saved and can be retrieved for any kind of use. You might use this to have an ads post type which can be set to be displayed on a single or multiple sites in a network.. just as an example! | ||
|
||
### Compatibility | ||
= Compatibility = | ||
|
||
This ACF field type is compatible with: | ||
* ACF 5 | ||
* ACF 4 | ||
|
||
### Installation | ||
== Installation == | ||
|
||
1. Copy the `acf-sites` folder into your `wp-content/plugins` folder | ||
2. Activate the Sites plugin via the plugins admin page | ||
2. Activate the ACF - Sites plugin via the plugins admin page | ||
3. Create a new field via ACF and select the Sites type | ||
4. Please refer to the description for more info regarding the field type settings | ||
|
||
### Changelog | ||
Please see `readme.txt` for changelog | ||
== Changelog == | ||
|
||
= 1.0.0 = | ||
* Initial Release. | ||
|
||
= 1.1.0 = | ||
* This update adds support for ACF 5.0. It also deprecates ACF 3 so users with ACF3 need to use the previous version of this add-on or update ACF (highly recommended) | ||
|
||
= 1.1.1 = | ||
* Bugfix - non selected items are no longer automatically selected (same for checkboxes) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters