[WordPress] 外掛分享: Bindery

首頁外掛目錄 › Bindery
WordPress 外掛 Bindery 的封面圖片
全新外掛
安裝啟用
尚無評分
剛更新
最後更新
問題解決
WordPress 6.5+ PHP 8.1+ v0.3.6 上架:2026-08-29

內容簡介

Bindery 讓任何 WordPress 佈景主題擁有乾淨且鎖定的即時編輯體驗,無需使用頁面建構器,並保留手寫的標記。使用者可以在現場編輯指定的內容,無需開發者介入,提升了內容管理的便利性。

【主要功能】
• 現場編輯:使用者可直接在頁面上編輯指定內容
• 無需程式碼設定:簡單勾選可編輯的 HTML 標籤
• 設計鎖定:僅可編輯指定區域,保護佈局不被破壞
• 多語言支援:每個欄位可依語言儲存不同值
• 修訂歷史:每次編輯都有修訂歷史和一鍵恢復功能

外掛標籤

開發者團隊

⬇ 下載最新版 (v0.3.6) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Bindery」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Bindery gives any WordPress theme a clean, locked, edit-in-place experience — without a page builder and without giving up hand-written markup.
Custom and AI-built themes are fast and clean, but content-hostile: a client can’t change a headline or a phone number without a developer. Page builders fix that but bloat your markup and your editing screen. Bindery is the missing middle — you decide what a client may change, and they edit only that, right on the live page.
Everything is built on native WordPress primitives (the Block Bindings API, block.json, the REST API), so Bindery never owns your markup and adds no builder lock-in.
What it does

Edit on the live page. A floating “✎ Edit page” button turns the regions you declared into inline-editable text. Click, type, click away — saved.
No-code setup. From the Bindery settings screen, tick which HTML tags (headings, paragraphs, lists, quotes…) become editable site-wide. That’s it.
Or mark regions in code. A one-line template helper (bindery_attrs()) makes a single element editable; template tags render declared fields anywhere; eight ready-made blocks cover richer content.
Locked by design. Only declared regions are editable. Layout, structure and anything unmarked stay untouchable — clients can’t break the design.
Multilingual. Every field stores a value per language; unedited languages fall back to your code default.
Revision history + one-click restore for every edit.
Export / import all content as JSON for staging → production migrations (also via WP-CLI).
Theme-portable. Verified across Astra, OceanWP, Neve, the default Twenty-* themes and block (FSE) themes; the bundled blocks adapt to your theme’s colours.

Five ways to make content editable

Settings page — choose editable tags, zero code.
Attribute helper — bindery_attrs() marks one element editable in your template.
Blocks — drop a Bindery block into the block editor.
Template tags — bindery_field() / bindery_value() render a declared field in PHP.
Auto mode — make all existing page text editable automatically.

Built for developers, too
A small DI container with four filter-driven seams (field types, value sources, storage adapters, locale providers). Values live in their own table, never in your markup; writes are whitelisted to the fields actually on the page and sanitized per type; output is escaped per type. WP-CLI commands for export/import/history/restore. Full API in the bundled DEVELOPERS.md and README.md.

文章
Filter
Mastodon