Linux 软件免费装
Banner图

WP Custom Data

开发者 kapooo
更新时间 2015年11月11日 18:01
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 4.3.1
版权: GPLv2 or later
版权网址: 版权信息

标签

widget theme custom custom fields data custom data

下载

1.1

详情介绍:

WP Custom Data is a Wordpress widget which adds custom fields in your Wordpress site. The custom fields can be simply usable in every section of your theme or in every plugin. For example if you want to add your address to the footer but the theme has not got an address field, you can simply install the WP Custom Data, enable the plugin, go in the widget section, add the WP Custom Data in any section (no matter where), write the address in one or more rows and save. Now Wordpress knows your address and you can use this fields wherever you want. Do you want to use it in the footer? Open footer.php and write the PHP code: $list = get_option('wp-custom-data'); where you want then, to display the address (the custom fields), use echo $list['rowX']; where X is the number of the row in the WP Custom Data where you have written the address.

安装:

How to Install
  1. Upload the entire 'wp-custom-data' folder to the '/wp-content/plugins/' directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Use WP Custom Data in the Widget section
How to Use
  1. Add the widget in any section (e.g. Default Sidebar)
  2. Write your data in the rows
  3. To display your data, use the PHP code:
  4. $list = get_option('wp-custom-data');
  5. echo $list['rowX'];
  6. where X is the number of the row you want display

屏幕截图:

  • WP Custom Data Widget

升级注意事项:

1.1 First Release

常见问题:

Does WP Custom Data support Multisite network?

Do you have questions or issues about WP Custom Data? Yes, it supports multisite network

Is there a support forum?

Yes, where Support Forum

更新日志:

1.1