该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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