Chortcode in wordpress text widget
If you want add chortcode in wordpress text widjet, you should add line in functions.php
add_filter('widget_text', 'do_shortcode');
define('DISALLOW_FILE_EDIT', true); define('DISALLOW_FILE_MODS', true);
If you want add chortcode in wordpress text widjet, you should add line in functions.php
add_filter('widget_text', 'do_shortcode');