Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Julio Potier

    (@juliobox)

    Hello
    you can use the [bawmrp] shortcode into a text widget.
    If widgets do not eval shortcodes, add this :
    add_filter( 'widget_text', 'do_shortcode' );
    in your functions.php file from theme.

    Thread Starter d.

    (@pxlar8)

    Thanks! It’s working, but I’ll have to do some tweaking to prevent the widget displaying as a blank widget when there aren’t any related posts assigned.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plans for a Widget?’ is closed to new replies.