Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP Live Edit

Descripción

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.

Capturas

  • WP Live edit in action.
  • Settings panel.

Instalación

  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).

Preguntas frecuentes

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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«WP Live Edit» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «WP Live Edit» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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.