WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Jupitercow v1.2.23

Gravity Forms: Post Updates

Allows you to use Gravity Forms to update any post on the front end.

Gravity Forms: Post Updates

The facts

Rating
4.5★ from 13
Active installs
300+
Price
Free
Last updated
2 Jul 2015
Added
May 2014
Requires WP
3.6.1
Tested up to
WP 4.2.39
Downloads
15,363

Our analysis

AI-assisted

Gravity Forms: Post Updates is a WordPress plugin that allows you to update posts from the front end using Gravity Forms. It supports custom post types and custom taxonomies when used alongside the 'Gravity Forms + Custom Post Types' plugin. You can upload and delete custom field files, and it includes shortcodes to facilitate the editing of posts directly from the front end.

The plugin requires PHP 5.3 or greater and is compatible with WordPress versions up to 4.2.39. It features a basic shortcode for loading posts for editing and includes various filters for customization, though it has removed the ability to delete posts.

Best for: This plugin suits users who want to enable front-end editing of posts on their WordPress site.

What it does well

  • Allows front-end post updates using Gravity Forms
  • Supports custom post types and taxonomies
  • Includes shortcodes for easy setup
  • Allows custom field file uploading and deletion

Where it falls short

  • Last updated in July 2015, may not be compatible with newer WordPress versions
  • Data on active installs and ratings is limited

Verdict

Gravity Forms: Post Updates provides a straightforward way to manage post updates from the front end, but its age may limit its effectiveness with current WordPress standards.

From the developer

Jupitercow's own description of Gravity Forms: Post Updates, lightly tidied.

Requires PHP 5.3 or greater

Allows you to use Gravity Forms to update any post on the front end. If you use the “Gravity Forms + Custom Post Types”, you can even update custom post types and use custom taxonomies.

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.
  • Fixed bug on Categories.
  • Completely removed the ability to delete posts.
  • There are some filters to customize things now.
  • Adds non-query-var template method to setup a form.
  • Adds a really basic shortcode to setup a form (UPDATE: This is still supported, but it is better to use the addition, below, to the gravityform shortcode).
  • Adds an additional attribute to the gravityform shortcode: “update”

Shortcode

[gravityform id="1" update] // Loads current post for editing

[gravityform id="1" update="34"] // Loads post where ID=34 for editing

We worked with Rocketgenius, makers of Gravity Forms, to get a small upgrade added that allows us to extend their shortcode, so now you can simply add the “update” attribute to the normal “gravityform” shortcode. If you only add “update”, it will load the current post in to update. If you add an integer to the update attribute, it will use that to load a post by its ID.

URL query variable

  1. At the heart, it is pretty similar to how it was, but now there is a nonce required to activate it.
  2. So you should use the action to create your links.

    do_action(‘gform_update_post/edit_link’);

    do_action(‘gform_update_post/edit_link’, array(
    ‘post_id’ => $post->ID,
    ‘url’ => home_url(‘/edit_post/’),
    ) );

Arguments (query string or array)

  • post_id (int) (optional) The id of the post you want to edit. Default: global $post->ID
  • url (string|int) (optional) Either the full url of the page where your edit form resides, or an id for the page/post where the edit form resides. Default: get_permalink()
  • text (string) (optional) The link text. Default: “Edit Post”
  • title (string) (optional) The title attribute of the anchor tag. Default: (text) parameter

Get just the URL

This will return a basic edit url

apply_filters('gform_update_post/edit_url', '');

Specify post to edit (post_id) and post that holds the edit form (url)

apply_filters('gform_update_post/edit_url', 1, home_url('/edit_post/'));

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for custom content structures.

Ad Inserter

Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...

Free 300k+ installs 4.9★ (2,428)
Advanced Custom Fields

ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...

Free 2M+ installs 4.5★ (1,438)
Simple Custom Post Order

Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...

Free 300k+ installs 4.8★ (569)
WP Activity Log

The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.

Free 300k+ installs 4.7★ (488)
Custom Post Type UI

Admin UI for creating custom content types like post types and taxonomies

Free 1M+ installs 4.6★ (276)