Linux 软件免费装
Banner图

EditorX

开发者 jakariaistauk
al-imran-akash
更新时间 2026年7月21日 01:47
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

editor inline editing post editor front end editing

下载

1.0.0 2.0.0

详情介绍:

EditorX lets you fix a typo without leaving the page. Switch inline editing on with the floating button, click any title or excerpt, type, and click away — the change is saved. What you can edit Post content is not editable inline. Rendered content is the output of shortcodes and other plugins' filters, so saving it back would overwrite your stored post with rendered markup. Doing it properly needs a full editor, which is outside what this plugin sets out to do. Built for safety Keyboard

安装:

  1. Install EditorX from the Plugins screen, or upload the zip to wp-content/plugins/.
  2. Activate the plugin.
  3. Visit any post on the front end and click the Edit inline button.

屏幕截图:

  • Editing switched on — every editable field is outlined in place.
  • A post title focused and ready to type into.
  • The change is saved as soon as the field loses focus.
  • Settings → EditorX.

升级注意事项:

2.0.0 Important security release and full rewrite. Fixes a flaw that allowed any logged-in user to edit any post. Inline content editing is gone. Custom code targeting 1.0.0 hooks, classes or CSS will need updating.

常见问题:

Who can edit content?

Anyone who can already edit that specific post in the admin. EditorX grants no new permissions — it checks the same capability WordPress does.

Which post types are supported?

Posts. Support for pages and custom post types is planned.

Does it work with page builders?

EditorX edits the stored post fields. Content generated by a page builder is not editable inline.

Is jQuery required?

No. The front-end script is dependency-free vanilla JavaScript.

更新日志:

2.0.0 - 2026-07-20 Complete rewrite. Not backwards compatible with 1.0.0. Security Added Changed Fixed Removed 1.0.0 - 2022-02-25