Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Custom Variables

Опис

With this plugin, you can create your own variables and use them in WordPress site. It is much more convenient when you update your variables. For example, your contact phone number displays in four places on your site. When you need to update your phone number, you have to find each of them and edit them one by one. With this plugin, you only need to edit it once at the control panel. You can put the shortcode anywhere on your website.

Скріншоти

  • Plugin setting page

Встановлення

  1. Upload Custom Variables to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add variables on the Settings > Custom Variables page.

Часті питання

Where can I find the settings to adjust the plugin work after activation?

In the ‘Setting’ menu you can find a menu item called “Custom Variables”.

How to use the custom variables?

Once you create new custom variables, you can copy and paste the shortcode into page or post editor. You can also use the

echo do_shortcode('put_your_shortcode_here');

in your php files.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Custom Variables” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Custom Variables” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0

  • Initial Release