Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jeff Kinley

    (@jkinley)

    Hi, I just found that you can add this to your functions.php file to allow shortcodes to work in widgets:

    add_filter( ‘widget_text’, ‘shortcode_unautop’);
    add_filter( ‘widget_text’, ‘do_shortcode’, 11);

    It seems the theme TwentyTwelve has this set to default because it works in that theme out of the box. Hope this helps.

    /jk

    Plugin Author Nico

    (@nico23)

    You got it!

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