Shortcodes do not work in widgets

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #5902
    Olly
    Admin & Mod

      Some Themes do not have shortcode support enabled in text widgets.

      To enable, either add this line to the functions.php of your theme;

      add_filter('widget_text', 'do_shortcode');
      

      or use one of the wordpress plugins available here for example, that do this
      http://wordpress.org/plugins/search.php?q=shortcode+in+text+widget

    Viewing 1 post (of 1 total)
    • The topic ‘Shortcodes do not work in widgets’ is closed to new replies.