Viewing 1 replies (of 1 total)
  • Hi,

    Its seems that the text widget is not supporting shortcode.
    To fix this issue, please add the given filter code in your theme functions.php file.

    add_filter(‘widget_text’, ‘do_shortcode’);

    Hope it would be helpful to you.
    Please let me know.

    Thanks,
    Nishant

Viewing 1 replies (of 1 total)
  • The topic ‘What is the correct shortcode for the widget’ is closed to new replies.