Descripción
Jamie’s Front-End Editor for Content Teams lets your team edit page and post content directly from the front end of your WordPress site. No need to open the block editor — just click any text and start typing.
Built on the WordPress Interactivity API with no build step required.
Features:
- Click any paragraph or heading to edit it inline, right on the live page
- Block markup is fully preserved on save
- Edits are recorded as native WordPress block notes, so there’s an audit trail
- Admin settings to choose which block types are editable
- Option to restrict chosen roles to front-end-only editing (no wp-admin access)
- Secure — only users with edit permissions see the editing UI
Instalación
- Upload the
jamies-front-end-editor-for-content-teamsfolder to/wp-content/plugins/, or install through the Plugins screen. - Activate the plugin through the Plugins menu.
- Go to Settings > Front-End Editor to configure editable blocks and restricted roles.
Preguntas frecuentes
-
Does this work with any theme?
-
Yes. The plugin uses the
render_blockfilter and works with any block theme. -
Does it preserve block markup?
-
Yes. Edits are saved per-block via a custom REST endpoint that parses and serializes blocks server-side.
-
What blocks can be edited?
-
By default, paragraphs and headings. You can configure this in Settings > Front-End Editor.
-
Who can edit content on the front end?
-
Only logged-in users who already have permission to edit the post. The editing UI is never shown to visitors.
-
Can I stop my team editing certain content?
-
Yes. You can lock a whole page (a checkbox in the “Front-End Editing” box when editing the page), or lock a single block/section using the block’s own Lock option (the padlock in its Options menu) or by adding the CSS class “fie-no-edit” in its Advanced panel. A locked block, and everything nested inside it, becomes read-only on the front end. Locks are enforced when saving, so they can’t be bypassed.
Reseñas
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Jamie's Front-End Editor for Content Teams” 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
0.3
- Added editing locks for finer control over what your team can change. Lock a whole page with a checkbox in the “Front-End Editing” box, or lock a single block or section using the block’s own Lock option (padlock) or the CSS class “fie-no-edit” (locks that block and everything inside it). Locks are enforced on save, not just hidden in the UI.
0.2
- Added a live demo preview (WordPress Playground blueprint).
0.1
- Initial release.