Viewing 1 replies (of 1 total)
  • Plugin Contributor ModDish

    (@moddish)

    your theme needs to support shortcodes in widgets

    add

    // Enable shortcodes in widgets
    add_filter('widget_text', 'do_shortcode');

    to your themese function file.

Viewing 1 replies (of 1 total)
  • The topic ‘Using Shortcode in Widget’ is closed to new replies.