You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, before pasting the shortcode above onto the text widget, you make sure that the WordPress theme supports this. In case your theme can not show the embedded question when adding the shortcode, just paste this to your functions.php file in wp-content/themes/[theme_name].
add_filter( 'widget_text', 'do_shortcode');
Please note that you should place the code after the curly closing brackets ' }'.
Now, you will be able to use the shortcode within the text widget as usual.
Please note that this way can only apply for the wordPress themes which installed the DW Question & Answer plugin.