Forums
(@killeralienmonk)
12 years, 8 months ago
add_filter('widget_text', 'do_shortcode'); is php code, you can add php code in like this
add_filter('widget_text', 'do_shortcode');
<?php //some code block; ?>
so then the above line would be added anywhere in your functions.php
<?php add_filter('widget_text', 'do_shortcode'); ?>
You have to add the following line in your functions.php, if you want to use the shortcodes for this plugin, or anyother shortcode, in your theme’s widget area.
I was thinking of making a theme for themeforest … here is what I have done so far
https://creative-creature.ca/wordpress/front-page/
BTW thanks for the awesome plugin.