Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

WP Live Edit

Опис

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.

Скріншоти

  • WP Live edit in action.
  • Settings panel.

Встановлення

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

Часті питання

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.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“WP Live Edit” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “WP Live Edit” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

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.