DY Website Custom Fields
Plugin Description:
This plugin allows you to specify website custom fields. It works similar to I18N Custom Fields plugin and requires it.
To get website custom fields data you can use functions:
get_website_custom_field('myname')
- echo data;return_website_custom_field('myname')
- return data.
You can get more information on DY Website Custom Fields page.
Install Instructions:
Unzip the plugin to your plugins directory and go to Plugins/Configure Website Custom Fields to define your fields.
After what you can edit and use your fields values.
Note: I18N Custom Fields must be installed!