• Resolved dshirac

    (@dshirac)


    Hey,
    I’m using wp 4.0, in my sidebar I have the text widget, I inserted this shortcode:
    [bc_group size=”60″ slug=”support-group”]
    Obviously the group has been created as well.
    I see this: [bc_group size=”60″ slug=”support-group”]

    Any idea why?
    Thank you!!

    https://wordpress.org/plugins/bowe-codes/

Viewing 1 replies (of 1 total)
  • You should use the Bowe Codes widget that is included within the plugin. If you are using the text widget, you’ll need to use some custom filters to make sure shortcodes are built:

    add_filter( 'widget_text', 'shortcode_unautop');
    add_filter( 'widget_text', 'do_shortcode');

Viewing 1 replies (of 1 total)

The topic ‘Doesn't work in sidebar , wordpress 4.0’ is closed to new replies.