Adds a Fonts Icons Picker field type for the Advanced Custom Fields WordPress plugin. Go to the official plugin page for custom configuration and example of use.
This add-on will work with:
-
version 4 and up of ACF
-
Firefox (edge), Safari (edge), Chrome (edge), IE8+.
This add-on can be treated as both a WP plugin and a theme include.
Install as Plugin
- Copy the 'acf-fonticonpicker' folder into your plugins folder
- Activate the plugin via the Plugins admin page
Include within theme
- Copy the 'acf-fonticonpicker' folder into your theme folder (can use sub folders).
- Edit your functions.php file and add the code below:
include_once('acf-fonticonpicker/acf-fonticonpicker.php');
jQuery fontIconPicker has been made by me. You can contact me at [email protected] or twitter for any issue or feauture request.
I really have to thank miniMAC for the idea, Zeno Rocha for jQuery plugin boilerplate, Dave Gandy for the beautiful set of icons and Elliot Condon for the amazing Advanced Custom Field WordPress plugin.