WP Custom Data

plugin banner

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.

Author:ACE Innovation (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:4.3.1
Plugin version:1.1
Added to WordPress repository:11-11-2015
Last updated:11-11-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://www.aceinnova.com/
Total downloads:919
Active installs:10+
plugin download
Click to start download

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.


Screenshots
FAQ
ChangeLog