From f752b7107785d13c3b24d18327c6c1af3bdae352 Mon Sep 17 00:00:00 2001 From: Jake Snyder Date: Wed, 18 Feb 2015 20:30:44 -0500 Subject: [PATCH] updating readme --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 04b19ab..b4a0798 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,7 @@ This add-on can be treated as both a WP plugin and a theme include. 1. Copy the folder into your plugins folder 2. Activate the plugin via the Plugins admin page -### Include within theme - -1. Copy the folder into your theme folder (can use sub folders). You can place the folder anywhere inside the 'wp-content' directory -2. Edit your functions.php file and add the code below (Make sure the path is correct to include the gravityforms-update-post.php file) - -```php -include_once('gravityforms-update-post/gravityforms-update-post.php'); -``` - -## New Features +## Features * Supports custom field file uploading and deletion with thumbnails or mime type icons for existing items. * Fixed a bugs on multi selects and checkboxes.