Viewing 1 replies (of 1 total)
  • Plugin Author Bage

    (@bagerathan)

    it is possible. The plugin uses shortcode to display the FAQ. So you should be able to use the text widget to add the shortcode in the sidebar.

    If you don’t get your expected result, you should add the following line to you theme functions.php

    add_filter('widget_text', 'do_shortcode');

    Which basically tells to render any shortcodes added to the text widget.

Viewing 1 replies (of 1 total)
  • The topic ‘Widgetsupport’ is closed to new replies.