-
Notifications
You must be signed in to change notification settings - Fork 12
Installation
Fulvio Notarstefano edited this page Jun 19, 2015
·
4 revisions
Although WordPress supports PHP 5.2.4 as minimum required version, WP Currencies requires PHP version 5.4.0. You should not run versions of PHP that old anyway.
- WordPress >= 4.0
- PHP >= 5.4
- MySQL >= 5.5
- A valid API key for openexchangerates.org
- Either look for this plugin on the WordPress plugins directory and install, or git clone or download the latest stable release from Github, then and copy
wp-currencies
into your WordPress plugins directory. - From the WordPress admin dashboard, navigate to the
Plugins
page. - Locate
WP Currencies
among the installed plugins. - Click on
Activate
.
Once the plugin is activated and you have obtained a valid API key from openexchangerates.org, take the following steps:
- From the WordPress dashboard, navigate to the
Settings
menu. - Click on the
Currencies
menu item. - In the page you just opened, enter your Open Exchange Rates API key.
- If you want, you can specify a different update frequency.
Click Save Changes
to save settings.
If the API key you entered is valid and Open Exchange Rates site is working properly, currency data will be uploaded to your database.