-
-
Notifications
You must be signed in to change notification settings - Fork 112
Widget
Klemens Starybrat edited this page Oct 7, 2021
·
3 revisions
The widget is quite simple, and it doesn't implement all of the plugin's functionality.
Since WordPress 4.9, you can use a shortcode in a widget. If you're using a previous WordPress version, add this code to your theme's functions.php file:
add_filter('widget_text', 'do_shortcode');
Then just add a new Text, Paragraph or Shortcode widge to your blog and use the shortcode there as the widget's content. Note that the Custom HTML widget does not support shortcodes.