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

    (@scheeeli)

    Widgets do not process shortcode by default. You could add that functionality simply adding this code to the plugin in the plugin editor:

    add_filter(‘widget_text’, ‘do_shortcode’);

    Thread Starter lsfex

    (@lsfex)

    Thank you Eli!
    Worked perfectly!
    Congratulations for the great plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘within a widget’ is closed to new replies.