-
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.
Complete revamp of the entire addon.
Signed-off-by: Jonathan de Jong <[email protected]>
- Loading branch information
Jonathan de Jong
committed
Oct 8, 2016
1 parent
003bb5a
commit 6e30e5c
Showing
18 changed files
with
1,721 additions
and
1,449 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,38 +1,25 @@ | ||
=== 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 | ||
# ACF Sites Field | ||
|
||
Adds a ’Sites’ field type for the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) WordPress plugin. | ||
Adds a sites field type to ACF. Allows for selection of one or multiple sites in a multisite network. | ||
|
||
== 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! | ||
### Description | ||
|
||
= Compatibility = | ||
Adds a sites field type to ACF. Allows for selection of one or multiple sites in a multisite network. | ||
|
||
### 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 ACF - Sites plugin via the plugins admin page | ||
2. Activate the 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 == | ||
|
||
= 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) | ||
### Changelog | ||
Please see `readme.txt` for changelog |
Oops, something went wrong.