Skip to content

Advanced Custom Fields Country field addon - Display a list of all countries

License

Notifications You must be signed in to change notification settings

dantahoua/acf-country

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACF { Country Field

Adds a 'Country' field type for the Advanced Custom Fields WordPress plugin.


Overview

Display a localized list of all countries.

Compatibility

This add-on will work with:

  • ACF version 4 or higher
  • PHP 5.3 or higher
  • ICU library 4.4 or higher

Installation

This add-on can be treated as both a WP plugin and a theme include.

Install as Plugin

  1. Copy the 'acf-country' folder into your plugins folder
  2. Activate the plugin via the Plugins admin page

Include within theme

  1. Copy the 'acf-country' folder into your theme folder (can use sub folders). You can place the folder anywhere inside the 'wp-content' directory
  2. Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-country.php file)
include_once('acf-country/acf-country.php');

More Information

Please read the readme.txt file for more information

About

Advanced Custom Fields Country field addon - Display a list of all countries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published