內容簡介
總結:Category Description for WooCommerce 外掛讓 WooCommerce 店家可以自訂產品分類描述的顯示方式,提供先進的位置和格式選項,更好地展示產品並改善 SEO 優化。
問題與答案:
1. 這個外掛允許 WooCommerce 店家做什麼?
- 可以自訂產品分類描述的顯示方式。
2. 這個外掛的一些重要功能有哪些?
- 為每個產品分類新增自訂描述。
- 可調整描述的位置:在產品上方(完整文本或摘要)、在產品下方,以及結合完整文本和摘要顯示。
- 使用 "載入更多" 按鈕展開摘要描述。
- 與基於區塊(FSE)和經典佈景主題無縫整合。
- 避免重複內容,提供可自定義的顯示選項。
- 利用 WordPress 編輯器輕鬆編輯描述。
3. 這個外掛為什麼值得選擇?
- 通過完全控制 WooCommerce 產品分類描述的顯示,增強使用者體驗和 SEO。
4. 這個外掛的支援是如何的?
- 如果有任何問題、問題或建議,請在 WordPress.org 的支援討論區上發表。
外掛標籤
開發者團隊
② 後台搜尋「Category Description for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
Category Description for WooCommerce allows WooCommerce store owners to customize how product category descriptions are displayed.
With advanced options for positioning and formatting, you can better showcase your products and improve SEO optimization.
Key Features:
– Add custom descriptions for each product category.
– Position descriptions above products (full text or excerpt).
– Position descriptions below products.
– Combine above and below positions with full and excerpt views.
– Use a “Load More” button to expand excerpted descriptions.
– Seamless integration with block-based (FSE) and classic themes.
– Avoid duplicate content with customizable display options.
– Edit descriptions easily with the WordPress editor.
– Use the [cdfwsp_split] marker to define an exact split point in the description, overriding the word limit.
– Use the [cdfwsp_category_description] shortcode to display descriptions anywhere: page builders, custom templates, or theme files.
Why Choose This Plugin?
Enhance user experience and SEO by having full control over the display of your WooCommerce product category descriptions.
This plugin is lightweight, easy to use, and works seamlessly with most WordPress themes.
Shortcode Reference
[cdfwsp_category_description]
Display a product category description anywhere on your site — page builders, custom templates, or theme files. Works independently of the admin Display Option setting.
Attributes
part (default: full)
Controls which part of the description to output:
full — complete description ([cdfwsp_split] marker stripped from output).
excerpt — excerpt part only (before the split point or word limit).
rest — remainder part only (after the split point). Renders with a targetable anchor id for use with excerpt_anchor.
excerpt_toggle — excerpt with a Load More button that reveals the full description. JavaScript is loaded automatically.
excerpt_anchor — excerpt with an anchor link pointing to a part="rest" shortcode placed elsewhere on the page. No JavaScript required.
id (optional) — product category ID. Takes priority over slug.
slug (optional) — product category slug.
taxonomy (optional) — restrict lookup to a specific taxonomy (default: product_cat).
class (optional) — add a custom CSS class to the wrapper div.
limit (optional) — override the excerpt word or character limit for this shortcode instance.
limit_type (optional) — override the limit type: words or characters.
show_read_less (optional) — show or hide the Read Less button: 1 = yes, 0 = no.
load_more_text (optional) — override the Load More button text for this shortcode instance.
If neither id nor slug is provided, the shortcode auto-detects the category from the current archive page.
When using multiple attributes, place them all inside the same shortcode tag separated by spaces — not commas:
[cdfwsp_category_description part="excerpt_toggle" limit="50" class="my-desc"]
Examples
Display the full description on the current archive page:
[cdfwsp_category_description]
Excerpt with a Load More button on the current archive page:
[cdfwsp_category_description part="excerpt_toggle"]
Excerpt with a Load More button for a specific category:
[cdfwsp_category_description part="excerpt_toggle" slug="clothing"]
Split view — excerpt above products, full text below (no JavaScript):
[cdfwsp_category_description part="excerpt_anchor"] (place above products)
[cdfwsp_category_description part="rest"] (place below products)
Support
If you have any questions, issues, or suggestions, please post them on the WordPress.org support forum.
