Skip to content
Fulvio Notarstefano edited this page Jun 19, 2015 · 4 revisions

Installation

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.

Requirements

How to install and activate:

  1. 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.
  2. From the WordPress admin dashboard, navigate to the Plugins page.
  3. Locate WP Currencies among the installed plugins.
  4. Click on Activate.

Once the plugin is activated and you have obtained a valid API key from openexchangerates.org, take the following steps:

  1. From the WordPress dashboard, navigate to the Settings menu.
  2. Click on the Currencies menu item.
  3. In the page you just opened, enter your Open Exchange Rates API key.
  4. 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.

Clone this wiki locally