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).
– Below products.
– Combine 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 anchoridfor use withexcerpt_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 apart="rest"shortcode placed elsewhere on the page. No JavaScript required.
id (optional)
Product category ID. Takes priority over slug.
slug (optional)
Product category slug. Used when id is not set.
If neither id nor slug is provided, the shortcode auto-detects the category from the current archive page.
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)<h3>Support</h3>
If you have any questions, issues, or suggestions, please post them on the WordPress.org support forum.