Frontline Content Studio
Safely edit rendered title, excerpt, categories, and content directly on the current public post, with an optional native WordPress login launcher.
by Claudio Ripoli · github.com/ripolissimogit/frontend-content-studio · website
★ 0stars
2release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/ripolissimogit/frontend-content-studio/releases/download/v0.4.1/frontend-content-studio.zipDeclares an update source (https://github.com/ripolissimogit/frontend-content-studio), so updates arrive through the plugin's own updater.
From the readme
Frontline Content Studio
Frontline Content Studio is a free, self-contained WordPress plugin for editing the visible content of the current public post without leaving its page. It is designed for editorial teams that want the page itself to remain the working surface.
Developed by Claudio Ripoli for Bip-Bup.
What it edits
For users who can edit the current post, a double-click opens an inline editor directly on the rendered object:
- Post title, excerpt, URL slug, allowed metadata, and content.
- Paragraphs, headings, lists, quotes, captions, and compatible internal links.
- Categories: remove, assign an existing term, or create a term when the role has WordPress's native manageterms capability.
Saving happens on blur or Command/Ctrl + Enter; Escape cancels the active change. There is no full-screen editor, technical panel, or third-party animation dependency. Subtle transitions use browser-native CSS and the Web Animations API, with prefers-reduced-motion respected.
Compatibility and safety
- WordPress 6.4 or later and PHP 7.4 or later.
- Public, singular, viewable WordPress post types.
- Capability checks on every write: the plugin uses editpost for the exact post and ne
Read the full README on GitHub →