=== Advanced Custom Fields: Link === Contributors: coreyw Tags: acf, advanced custom fields, link, chooser, selector, picker Requires at least: 3.5.0 Tested up to: 4.3.1 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Integrates WordPress' default link picker into Advanced Custom Fields == Description == Allows you to select an existing piece of content or enter a custom URL, set the link title, and choose whether or not the link should open in a new window/tab. **Only works with ACF version 5 and above.** After saving, you can access your data as an array: array( [url] => http://site.com/page/ [title] => Page! [target] => 0 ) == Installation == 1. Upload `acf-link` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. When editing an ACF Field Group, select 'Link' as the field type == Frequently Asked Questions == == Screenshots == 1. Field when no link has been selected 2. Link selection modal box 3. Field when a link has been selected == Changelog == = 1.0.0 = * First release