Overview
The "Categories Cards" shortcode can be used to display a box with the top-level categories in knowledg base or the sub-categories in a specific category. The knowledge base id (kb_id) will be used to load the required design settings (CSS).
Syntax
Open the relevant WordPress page and add a shortcode block. Copy-paste the below shortcode syntax and adjust the input parameters (kb_id).
Top-level Categories:
[idocs_categories_cards kb_id = X]
Sub-Categories of a Category:
[idocs_categories_cards kb_id = X category_id = Y]
Demo Example
Backend - WordPress Editor
Frontend - Page View