This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Live Edit

Description

WP Live Edit is WordPress plugin that enable the user to update the content, live, on the blog. Don’t waste time going back and forth between the admin panel and the site. Just update the content immediately while reading the blog post. The plugin is using WPs strict user control access before enabling this feature, so only the users allow to edit the blog post can do it.

This now works for both posts and pages.

Screenshots

  • WP Live edit in action.
  • Settings panel.

Installation

  1. Upload live-edit-folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings -> Live Edit
  4. Set up which field title and content is showed in on the site. Use jQuery selector: (.entry-title, #post-title, etc).

FAQ

Why does some of my content get duplicated when I use WP Live Edit?

This i probably because WordPress insert some other then just the content of the blog. E.g. Like-buttons, rating-widget. If this happens you need to change theme, modify theme or disable just that field.

How do I find out which field the title or content is?

You need to inspect the title- or content-field. If you use Firebug, right click on the title and click Inspect with Firebug. Look for …class=”entry-title” or …id=”post-title”. If you identify by class use the . (dot) else if you use id use the # (hashtag).

Does it only work with Twenty Eleven?

No. But for other themes you need to specify which fields is the title and content. See the question over.

Why doesn’t it save?

Earlier version had problems with some themes. Update the plugin and try again.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP Live Edit” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP Live Edit” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1

  • Added the ability to edit pages.

1.0

  • Ready to go live!

0.1.1

  • Fixed problem with some themes where the plugin received wrong id.

0.1.0

  • Added basic functionality.