Plugin Directory

Changeset 928164


Ignore:
Timestamp:
06/07/2014 12:34:26 PM (12 years ago)
Author:
rockaja
Message:

Readme update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-extra-fields/trunk/readme.txt

    r928152 r928164  
    1111== Description ==
    1212
    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.
     13This 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
     15This 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.
    1416
    1517
    1618== Installation ==
    1719
    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).
     201. 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).
    19212. Activate the plugin.
    20223. By default all your existing postmeta are detected. You can add new ones.
Note: See TracChangeset for help on using the changeset viewer.