Title: Block Layout Exporter
Author: David Arnado
Published: <strong>2026 年 5 月 16 日</strong>
Last modified: 2026 年 5 月 21 日

---

搜尋外掛

![](https://ps.w.org/block-layout-exporter/assets/banner-772x250.png?rev=3534096)

![](https://ps.w.org/block-layout-exporter/assets/icon.svg?rev=3534096)

# Block Layout Exporter

 由 [David Arnado](https://profiles.wordpress.org/darnado/) 開發

[下載](https://downloads.wordpress.org/plugin/block-layout-exporter.1.0.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/block-layout-exporter/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/block-layout-exporter/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/block-layout-exporter/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/block-layout-exporter/#developers)

 [技術支援](https://wordpress.org/support/plugin/block-layout-exporter/)

## 外掛說明

Block Layout Exporter lets you design reusable content layouts in the Gutenberg 
editor and embed them anywhere on your site using a simple shortcode.

Build your layout once as a reusable block, copy its unique shortcode, and paste
it into any page, post, widget, or page builder template, including Elementor. Update
the block once and the change reflects everywhere the shortcode is used, instantly.

### Features

 * **Custom Post Type for Blocks**. Create and manage reusable block layouts in 
   a dedicated admin screen, separate from your regular content
 * **Automatic Shortcode Generation**. Each block gets a unique shortcode the moment
   it is first saved, ready to copy and paste
 * **Embed Anywhere**. Use the shortcode in pages, posts, widgets, classic editor,
   Elementor, or any builder that supports shortcodes
 * **Gutenberg Compatible**. Layouts are built entirely in the Gutenberg editor 
   with full block support
 * **Centralized Block Management**. Edit a block layout once and every instance
   across your site updates automatically
 * **Copy Button**. Copy the shortcode directly from the block list table or the
   edit screen sidebar, no manual typing required
 * **Usage Tracker**. See at a glance which pages and posts are currently using 
   each block, with direct Edit and View links
 * **Duplicate Block**. Clone any block layout with one click, generating a fresh
   shortcode for the copy

### More Projects & Information

For more information about my projects, you can visit my website: [caledrosforge.com](https://caledrosforge.com/)

## 螢幕擷圖

 * [[
 * The All Blocks list table showing the Shortcode column, Used In column, and Duplicate
   row action.
 * [[
 * The block edit screen with the Your Shortcode panel in the sidebar.
 * [[
 * The Used In column expanded to show which pages and posts use a given shortcode.

## 安裝方式

You have two easy ways to install the Block Layout Exporter plugin:

**Option 1: From Your WordPress Dashboard**

**1.** Go to your WordPress admin area.

**2.** Navigate to Plugins → Add Plugin.

**3.** In the Search Plugins box, type “Block Layout Exporter”.

**4.** Click Install Now, then Activate.

**Option 2: Manual Installation**

**1.** Download the plugin ZIP file from WordPress.org.

**2.** In your WordPress admin area, go to Plugins → Add Plugin → Upload Plugin.

**3.** Choose the ZIP file you downloaded and click Install Now.

**4.** Activate the plugin after installation.

**Getting Started**

Once activated, a new **Block Layout Exporter** menu item will appear in your WordPress
admin sidebar.

**1.** Go to Block Layout Exporter → Add New and build your layout using the Gutenberg
editor.

**2.** Publish the block. A unique shortcode will be generated automatically.

**3.** Copy the shortcode from the sidebar panel or the list table.

**4.** Paste it into any page, post, widget, or page builder that supports shortcodes.

## 常見問題集

### What is Block Layout Exporter?

Block Layout Exporter is a WordPress plugin that lets you build content layouts 
in the Gutenberg editor and reuse them anywhere on your site via a shortcode.

Instead of rebuilding the same layout on multiple pages, you create it once as a
reusable block and embed it wherever you need it using the generated shortcode.

### Do I need coding skills to use this plugin?

No. Layouts are built entirely inside the Gutenberg editor and the shortcode is 
generated automatically. No custom code is required at any step.

### Will this plugin slow down my website?

No. Block Layout Exporter is lightweight and follows WordPress best practices. Admin-
only functionality is never loaded on the frontend.

### Can I use the shortcode inside Elementor?

Yes. Drop a Shortcode widget anywhere in your Elementor layout and paste the generated
shortcode inside it. The block content will render as expected on the frontend.

### Can I use the shortcode inside the classic editor or widgets?

Yes. The shortcode works in any context that processes WordPress shortcodes, including
the classic editor, text widgets, and theme template files via `do_shortcode()`.

### What happens if I edit a block that is already in use?

The shortcode always reads from the source block post at render time. Any change
you make to the block is reflected everywhere the shortcode is used immediately,
without needing to update each page individually.

### Can I duplicate a block and keep the original shortcode intact?

Yes. The Duplicate action creates a new block post with a brand new shortcode ID.
The original block and its shortcode are never modified.

### Where can I find the shortcode for a block?

In two places: the “Your Shortcode” panel in the sidebar of the block edit screen,
and the Shortcode column in the All Blocks list table. Both include a Copy button.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Block Layout Exporter〉的開發相關工作。

參與者

 *   [ David Arnado ](https://profiles.wordpress.org/darnado/)

[將〈Block Layout Exporter〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/block-layout-exporter)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/block-layout-exporter/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/block-layout-exporter/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/block-layout-exporter/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/block-layout-exporter/)。

## 變更記錄

This changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
Also, this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

#### 1.0.0 – 2026-05-16

**Added**

 * Custom post type for managing reusable block layouts.
 * Automatic unique shortcode ID generation on first save.
 * `[bltexp_layout id="..."]` shortcode for embedding blocks anywhere.
 * Shortcode column in the All Blocks list table with a Copy button.
 * Your Shortcode meta box in the block edit screen sidebar.
 * Usage tracker column showing which pages and posts use each shortcode.
 * Duplicate row action to clone a block with a fresh shortcode ID.

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **2 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.9 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 8.3 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/block-layout-exporter/)
 * 標籤:
 * [block-editor](https://tw.wordpress.org/plugins/tags/block-editor/)[gutenberg](https://tw.wordpress.org/plugins/tags/gutenberg/)
   [shortcode](https://tw.wordpress.org/plugins/tags/shortcode/)
 *  [進階檢視](https://tw.wordpress.org/plugins/block-layout-exporter/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/block-layout-exporter/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/block-layout-exporter/reviews/)

## 參與者

 *   [ David Arnado ](https://profiles.wordpress.org/darnado/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/block-layout-exporter/)