Changeset 928164
- Timestamp:
- 06/07/2014 12:34:26 PM (12 years ago)
- File:
-
- 1 edited
-
wp-extra-fields/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-extra-fields/trunk/readme.txt
r928152 r928164 11 11 == Description == 12 12 13 Description: Allows extension of page, post and custom post type by allowing you to create customised form fields to include when adding or editing post types. 13 This replaces your standard custom post meta form. Allows extension of page, post and custom post type by allowing you to create customised post form fields when adding or editing post types. 14 15 This is typically for developers to extend your typical post and post type form. You can use get_post_meta function in your theme template to display the saved data. 14 16 15 17 16 18 == Installation == 17 19 18 1. Install the WP extra Fields Plugin either via the WordPress.org plugin directory, or by uploading the files to your server (in the /wp-content/plugins/ directory).20 1. Install the WP Extra Fields Plugin either via the WordPress.org plugin directory, or by uploading the files to your server (in the /wp-content/plugins/ directory). 19 21 2. Activate the plugin. 20 22 3. By default all your existing postmeta are detected. You can add new ones.
Note: See TracChangeset
for help on using the changeset viewer.