Changeset 1063052
- Timestamp:
- 01/08/2015 12:41:17 PM (11 years ago)
- File:
-
- 1 edited
-
cbrrate/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cbrrate/trunk/README.txt
r1062756 r1063052 36 36 2. Activate the plugin through the 'Plugins' menu in WordPress 37 37 3. To add the CbrRate widget to the sidebar go to 'Appearance->Widgets', and add the CbrRate to your blog. 38 4. You must run script for give currency rate info. This script contains three test url: 39 /cbrtest - test reading external xml file 40 /cbrup - update currency rate date from external xmlfile 41 /cbrread - test reading saved currency rate date 42 5. wp-cron run this script hourly if your cron success configured. 43 Start wp-cron if it is not running, examples: 44 GET http://site.ru/wp-cron.php 45 or 46 wget -q -O - http://site.ru/wp-cron.php > /dev/null 2>&1 47 or 48 /opt/php/5.1/bin/php-cgi -f /var/www/user_id/data/www/site.ru/wp-cron.php 49 38 50 39 51 * Для включения виджета, после активации плагина переходим в: 40 * Внешний вид -41 * Виджеты -52 * Внешний вид 53 * Виджеты 42 54 * Перетаскиваем виджет CbrRate на панель сайдбара 55 * Запускаем вручную для первоначального получения данных /cbrup 56 * конфигурируем крон если он не сконфигурирован 57 43 58 44 59 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.