catalinmiron / acf-sites

Addon for Advanced Custom Fields which provides a field containing the sites in a multisite network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Adds a ’Sites’ field type for the 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 =

This ACF field type is compatible with:

  • ACF 5
  • ACF 4

== Installation ==

  1. Copy the acf-sites folder into your wp-content/plugins folder
  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 ==

= 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)

About

Addon for Advanced Custom Fields which provides a field containing the sites in a multisite network


Languages

Language:PHP 96.2%Language:JavaScript 3.7%Language:CSS 0.1%