This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. Category Description for WooCommerce

Category Description for WooCommerce

Customize WooCommerce category descriptions with flexible display and formatting options to improve product visibility and boost SEO performance.

700+ active installs
5.0
(2 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Category Description for WooCommerce running.

WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.
Last updated
2 months ago
At least 2.6 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
6.5
Requires other plugins
woocommerce
These must be installed and active first.
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

700+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Category Description for WooCommerce is looked after — not on how many stores run it.

Well maintained
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 68 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.2 (current).
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
11 / 15
5.0/5 across 2 rating(s).
Listing transparency
10 / 10
Provides: screenshots, description, homepage
1 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-01 from the WordPress.org plugin registry.
Ratings

5.0

2 ratings
5★2
4★0
3★0
2★0
1★0
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

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)<h3>Support</h3>

If you have any questions, issues, or suggestions, please post them on the WordPress.org support forum.

Does this plugin work with any WooCommerce theme?

Yes, the plugin is designed to work with all WooCommerce-compatible themes, including block-based (FSE) and classic themes.

Can I use this plugin to improve my SEO?

By customizing category descriptions, you can add unique and relevant content that improves search engine visibility.

Does this plugin affect website performance?

No, the plugin is lightweight and optimized to ensure minimal impact on performance.

Is the plugin translation-ready?

Yes, the plugin is fully translation-ready.

Categories
Catalogue & variations
Plugin details
Version2.0.0
Last updated2026-05-25 2:18pm GMT
Added2025-01-12
Requires WordPress6.5
Tested up to7.0.2
Requires PHP7.4

Tags on WordPress.org
category
category description seo woocommerce
product
Alternatives
Other plugins in the same categories.
Variation Swatches for WooCommerce
300K+ installs
4.8(919)
Advanced Woo Labels – Product Labels & Badges for WooCommerce
10K+ installs
5.0(64)
Easy Auto SKU Generator for WooCommerce
10K+ installs
4.9(269)
PW WooCommerce Bulk Edit
20K+ installs
4.9(236)
PVT – Product Variation Table for WooCommerce
1K+ installs
5.0(49)
Custom Product Tabs for WooCommerce & WordPress Tabs Builder – Smart Tabs
10K+ installs
4.9(133)
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy