Adds a 'Button' field type for the Advanced Custom Fields WordPress plugin.
Generates a nice button/link to either an external link, or an internal page, similar to the page_link field but will allow you to override the link text.
This add-on will work with:
- version 4 and up
- version 3 and bellow
This add-on can be treated as both a WP plugin and a theme include.
Install as Plugin
- Copy the 'acf-button' folder into your plugins folder
- Activate the plugin via the Plugins admin page
Include within theme
- Copy the 'acf-button' folder into your theme folder (can use sub folders). You can place the folder anywhere inside the 'wp-content' directory
- Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-button.php file)
include_once('acf-button/acf-button.php');
Please read the readme.txt file for more information