Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WebberZone

    (@webberzone)

    Hi,

    Do you mean a widget that displays a KB category output in a widget?

    This doesn’t exist currently. However, you do potentially have a word around currently:

    https://digwp.com/2010/03/shortcodes-in-widgets/

    To allow shortcodes in sidebar widgets, simply edit the functions.php file from your them and add the following code:

    add_filter('widget_text', 'do_shortcode');

    You could then use a text widget to add the following (changing 12 to the number you want)

    [knowledgebase category='12']

    Thread Starter blobbi

    (@blobbi)

    Thanks, that works like a dream.

    Plugin Author WebberZone

    (@webberzone)

    Thank you for confirming. Eventually, you won’t need to do it this way, because the plugin will have a widget that takes care of this!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widget for KB categories’ is closed to new replies.