Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Problem

Shortcodes not working in widget area.

Solution

Add the following to your theme’s functions.php file.

add_filter( 'widget_text', 'do_shortcode' );



  • No labels