I have developed a wordpress plugin that uses shortcodes.
The problem is that it don’t work in this theme:
http://judopassion.com/wordpress/?p=274
I have tried to add this line in functions.php but don’t work anyway:
add_filter('the_excerpt', 'do_shortcode');
What is wrong? Have I to enable shortcode api on the theme? how?
Thanks.
I was using
get_the_content()method and notthe_content();So I have to modify in;