Viewing 1 replies (of 1 total)
  • Plugin Contributor Hugh Lashbrooke

    (@hlashbrooke)

    That means that your theme does not support shortcodes inside widgets. You can fix this by adding the following line to your theme’s functions.php file:

    add_filter( 'widget_text', 'do_shortcode' );

    Cheers,
    Hugh

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