Deskripzioa
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.
Pantaila-argazkiak
Instalazioa
How to Install
- Upload the entire ‘wp-custom-data’ folder to the ‘/wp-content/plugins/’ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Use WP Custom Data in the Widget section
How to Use
- Add the widget in any section (e.g. Default Sidebar)
- Write your data in the rows
- To display your data, use the PHP code:
$list = get_option('wp-custom-data');
echo $list['rowX'];
- where X is the number of the row you want display
MEG
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
Berrikuspenak
Laguntzaileak eta Garatzaileak
“WP Custom Data” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.
LaguntzaileakItzul zaitez WP Custom Data zure hizkuntzara.
Garapena interesatzen zaizu?
Araka kodea, begiratu SVN biltegia edo harpidetu garapen erregistrora RSS bidez.
Aldaketen loga
1.1
- Release Date – 6th November, 2015 *
- First Release