Knowledge Base Shortcodes

Shortcodes Viewed: 2671

The Knowledge Base offers 3 different Shortcodes to be used:

1. The knowledge base shortcode:
[knowledge_base columns="3" max_faqs="5" orderby="order" order="ASC"]

Parameter:

  • Columns
  • Maximum FAQs
  • Order By (date, title, order)
  • Order (ASC or DESC)

2. A single FAQ shortcode:
[faq id="X" excerpt="true" content="false" link="true"]

Parameter:

  • FAQ ID
  • Show Excerpt
  • Show Content
  • Show Link

3. Multiple FAQs shortcode:
[faqs topic="ID" excerpt="true" content="false"link="true" max_faqs="-1" show_children="false" show_child_categories="true" columns="2" order="ASC" orderby="menu_order"]

Parameter:

  • Topic ID (if empty it shows all FAQs)
  • Show Excerpt
  • Show Content
  • Show Link
  • Maximum FAQs
  • Show children FAQs
  • Show Child Categories
  • Columns
  • Order
  • Order By (menu_order)

4. FAQ Seach Shortcode
[faq_search]

One comment on “Knowledge Base Shortcodes

  1. Russell CoswayEdit

    Hi

    I’d like to provide access to just a couple of FAQ topics to website visitors. The bulk of our FAQs are behind a paid subscription and not relevant to website visitors. So I want a shortcode parameter that suppresses the sidebar menu if possible.

    Any chance?
    R


Post A Comment