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

    (@tjtaylor)

    Hi Eric,

    It looks like you are correct. Shortcodes do not work inside text widgets by default. But you can add this line of code to your themes functions.php file and then it should work:

    add_filter( 'widget_text', 'do_shortcode' );

    Not sure if I will add this into the plugin code or not. Thanks for pointing this out!

    – Travis

    Thread Starter edupin

    (@neoero)

    Thanks for your support, it works now but there’s another issue: thumbnails won’t display, as you can see on the site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does not work in text widget’ is closed to new replies.