Last Modified: KB » WooCommerce KB Articles Pro
KB Article Feeds

The KB Articles plugin supports native WordPress feed formats that are applied to KB Articles like any other Post Type in WordPress. This article shows the structure of feed URLs made possible by the KB Articles plugin, assuming you have not altered the default Permalink structure that comes with the KB Articles plugin when you install it.

All KB Articles

  • RSS: https://yoursite.com/kb/feed/
  • Atom: https://yoursite.com/kb/feed/atom/

Product-Specific KB Articles

  • RSS: https://yoursite.com/kb/[product-slug]/feed/
  • Atom: https://yoursite.com/kb/[product-slug]/feed/atom/

KB Article Feed Filters

  • Append ?s=[search term] to filter by search term.
  • Append ?kb_category=[category,category] to filter by category.
  • Append ?kb_tag=[tag,tag] to filter by tag.