Plugin info

Total downloads: 1,294
Active installs: 10
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/11/2015 (3703 days ago)
Added to WordPress: 11/11/2015 (10 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 4.3.34
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3703 days ago • 1 reviews

22/100

Is WP Custom Data abandoned?

Possibly abandoned (last update 3703 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 4.3.34
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Easy Post Types and Fields
Rating 2.7/5 (3 reviews)Active installs 1,000
Advanced Custom Data
Rating 5.0/5 (1 reviews)Active installs 10

Description

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.

Installation

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

Frequently Asked Questions

Do you have questions or issues about WP Custom Data?

Does WP Custom Data support Multisite network?

Yes, it supports multisite network

Is there a support forum?

Yes, where Support Forum

Review feed

kapooo
9/3/2016

Good plugin

Good plugin to use custom field.

Screenshots

  1. WP Custom Data Widget

    WP Custom Data Widget

Changelog

1.1

  • Release Date – 6th November, 2015 *
  • First Release