Title: WDOnline Content Sections
Author: wdonlinedk
Published: <strong>2026 年 9 月 13 日</strong>
Last modified: 2026 年 9 月 23 日

---

搜尋外掛

![](https://ps.w.org/wdonline-content-sections/assets/banner-772x250.png?rev=3693458)

![](https://ps.w.org/wdonline-content-sections/assets/icon-256x256.png?rev=3693458)

# WDOnline Content Sections

 由 [wdonlinedk](https://profiles.wordpress.org/wdonlinedk/) 開發

[下載](https://downloads.wordpress.org/plugin/wdonline-content-sections.1.1.23.zip)

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

 [技術支援](https://wordpress.org/support/plugin/wdonline-content-sections/)

## 外掛說明

WDOnline Content Sections adds a dedicated content type for reusable sections.

Features include:

 * Reusable Content Sections.
 * Shortcode: `[wdonline_section id="123"]`.
 * Shortcode with featured image: `[wdonline_section id="123" image="yes"]`.
 * Featured-image-only shortcode: `[wdonline_section_image id="123"]`.
 * Optional start and end date/time scheduling.
 * Gutenberg block with a selector and preview.
 * Classic Editor insertion button.
 * WooCommerce product description and Short description editor support.
 * Optional Avada Backend Builder support when Avada Builder is active.
 * Shortcodes inside Content Sections.
 * Shortcode column with a copy button in the Content Sections list.
 * Shortcode box with one-click copy on the Content Section edit screen.
 * Administration under the shared WD Online menu.
 * Optional support box below the Content Sections list with a PayPal or card donation
   link.
 * Optional read-only compatibility with WD Online Support Diagnostics.

The plugin is standalone and does not require a separate WD Online core plugin.

Learn more about WDOnline Content Sections at https://wdonline.dk/wd-content-sections/.

WD Online Support Diagnostics integration is optional and read-only. WDOnline Content
Sections does not automatically send diagnostic data, telemetry, or site information
to WD Online or any external service.

## 螢幕擷圖

[[

[[

[[

[[

[[

[[

## 適用於區塊編輯器

這個外掛提供 1 個可供區塊編輯器使用的區塊。

 *   Section

## 安裝方式

 1. Upload the plugin ZIP in Plugins > Add New > Upload Plugin.
 2. Activate WDOnline Content Sections.
 3. Open WD Online > WDOnline Content Sections.
 4. Create a section and insert it with a shortcode, the editor button, or the Gutenberg
    block.

## 使用者評論

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

## 參與者及開發者

以下人員參與了開源軟體〈WDOnline Content Sections〉的開發相關工作。

參與者

 *   [ wdonlinedk ](https://profiles.wordpress.org/wdonlinedk/)

[將〈WDOnline Content Sections〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/wdonline-content-sections)

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

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

## 變更記錄

#### 1.1.23

 * Preserve rendered shortcode form controls inside Content Sections, including 
   Avada Forms text and email fields.
 * Keep existing sections, shortcodes, schedules, and editor integration unchanged.

#### 1.1.22

 * Restored the Author URI now that https://wdonline.dk is publicly accessible to
   WordPress.org.
 * Kept the public WDOnline Content Sections product-page link in the plugin header
   and readme.
 * Refreshed the Loco Translate POT template to contain only strings currently used
   by the plugin.
 * No existing plugin functionality or saved Content Sections were changed.

#### 1.1.21

 * Added the official plugin product page link.

#### 1.1.20

 * Fixed Add Content Section button detection for current Avada Text Block modal
   structures.

#### 1.1.19

 * Added the Add Content Section button to dynamically opened Avada Text Block editors.
 * Ensured inserted shortcodes are synchronized with the active Avada editor field.

#### 1.1.18

 * Fixed the support box position by moving it after the Content Sections list once
   the administration page has fully loaded.

#### 1.1.17

 * Made the support box smaller and more discreet.
 * Aligned the support box correctly below the Content Sections list.

#### 1.1.16

 * Removed the separate Support WD Online submenu.
 * Moved the donation button to a support box below the Content Sections list.
 * Updated the Loco Translate template with the current administration strings.

#### 1.1.15

 * Added the missing `languages/wdonline-content-sections.pot` translation template
   for Loco Translate.

#### 1.1.14

 * Added a Support WD Online submenu directly below WDOnline Content Sections.
 * Added an optional donation page with a PayPal or card support button.
 * Kept all new administration strings translation-ready for Loco Translate and 
   WordPress.org language packs.

#### 1.1.13

 * Made Content Sections discoverable in Avada Builder’s Post Types settings.
 * Added support for editing Content Sections with Avada Backend Builder when Avada
   is active.
 * Kept individual Content Sections non-queryable and without public URLs.
 * Kept Avada entirely optional; normal editing and rendering are unchanged when
   it is unavailable.

#### 1.1.12

 * Removed the Author URI from the plugin header because the URL was rejected by
   the WordPress.org review crawler.
 * Sanitized final HTML returned by both shortcode callbacks and the dynamic Gutenberg
   block callback with `wp_kses_post()`.
 * Sanitized the shared rendered-section output, including featured-image-only output,
   before returning it to frontend callbacks.
 * Removed the previous output-escaping exception because rendered frontend HTML
   is now explicitly sanitized.

#### 1.1.11

 * Fixed the actual custom post type submenu label used by WordPress under the shared
   WD Online menu, so it now displays `WDOnline Content Sections`.
 * Kept the Content Sections screen terminology unchanged where the shorter content-
   type label is more natural.

#### 1.1.10

 * Updated the WD Online admin submenu label to use the full plugin name, `WDOnline
   Content Sections`.
 * Updated the WD Online landing-page shortcut to use the full plugin name.

#### 1.1.9

 * Renamed the plugin and directory baseline to `WDOnline Content Sections` / `wdonline-
   content-sections` for a more distinctive WordPress.org identity.
 * Updated the text domain and diagnostics provider ID to `wdonline-content-sections`.
 * Moved remaining admin presentation rules from inline `style` attributes into 
   an enqueued admin stylesheet.
 * Added the admin stylesheet to read-only diagnostics asset checks.
 * Kept the unique `wdonline_cs_` / `WDONLINE_CS_` global identifier convention 
   and the current `wdonline_sd_register_provider()` diagnostics interface.
 * No legacy compatibility layer was retained because there are no official installations
   requiring it.

#### 1.1.8

 * Updated all plugin-owned global PHP identifiers, script handles, nonces, metadata
   keys, shortcodes, REST namespace, block namespace, and DOM identifiers to the
   unique `wdonline_cs_` / `WDONLINE_CS_` convention.
 * Updated optional WD Online Support Diagnostics integration to the current `wdonline_sd_register_provider()`
   interface and deferred provider registration until `init` to avoid early translation
   loading.
 * Removed legacy identifier and compatibility paths because there are no official
   installations requiring backward compatibility.
 * Kept diagnostics optional, read-only, privacy-safe, and fully independent from
   normal plugin operation.
 * Diagnostic support codes continue to use the reserved `WDO-CS-xxxx` format.

#### 1.1.7

 * Added optional, read-only compatibility with WD Online Support Diagnostics.
 * Added diagnostics for plugin version, Content Section post type registration,
   shortcodes, Gutenberg block registration, REST registration hook, and required
   plugin assets.
 * Diagnostics does not modify plugin state and WDOnline Content Sections remains
   fully functional without the diagnostics plugin.
 * Updated the WD Online support/donation link.

#### 1.1.6

 * Fixed the Content Sections list so the complete shortcode is visible instead 
   of being clipped to `[wd_`.
 * Kept one-click shortcode copying in the list table.

#### 1.1.5

 * Fixed Plugin Check error by allowing filters on the legacy post type detection
   query.
 * Added an explicit PHPCS exception for the intentional WordPress core `the_content`
   hook.
 * Updated the WordPress `Tested up to` value to 7.1.

#### 1.1.4

 * Added a reliable Add Content Section button fallback for the WooCommerce Short
   description editor.
 * Added a Shortcode box to the Content Section edit screen with one-click copy.
 * Improved Plugin Check compatibility for date/time sanitization and the intentional
   WordPress core content filter.

#### 1.1.3

 * Added the Add Content Section button to the WooCommerce Short description editor.
 * Removed the discouraged manual `load_plugin_textdomain()` call.
 * Improved sanitization of start and end date/time values.
 * Kept WordPress core content filtering while documenting the intentional core 
   hook usage for Plugin Check.
 * Added compatibility handling for common legacy Content Section post type and 
   block names.

#### 1.1.2

 * Moved Content Sections under the shared WD Online menu in the WordPress admin
   area.

#### 1.1.1

 * Maintenance and compatibility improvements.

## 中繼資料

 *  版本 **1.1.23**
 *  最後更新 **4 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1.2**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/wdonline-content-sections/)
 * 標籤:
 * [block](https://tw.wordpress.org/plugins/tags/block/)[content sections](https://tw.wordpress.org/plugins/tags/content-sections/)
   [gutenberg](https://tw.wordpress.org/plugins/tags/gutenberg/)[reusable content](https://tw.wordpress.org/plugins/tags/reusable-content/)
   [shortcode](https://tw.wordpress.org/plugins/tags/shortcode/)
 *  [進階檢視](https://tw.wordpress.org/plugins/wdonline-content-sections/advanced/)

## 評分

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

[撰寫評分](https://wordpress.org/support/plugin/wdonline-content-sections/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/wdonline-content-sections/reviews/)

## 參與者

 *   [ wdonlinedk ](https://profiles.wordpress.org/wdonlinedk/)

## 技術支援

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

 [檢視技術支援論壇](https://wordpress.org/support/plugin/wdonline-content-sections/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.paypal.com/ncp/payment/NKERMAVC4PXML)