-
I tried with the code snippet below and it does not work.
<?php echo do_shortcode(‘[flowplayer id="1020"]‘); ?>The same thing happen when I try to force it with ‘the_content’. It only work if somehow I put the shortcode in the post field, otherwise the code in the template outputs a blank page.
<?php echo apply_filters(‘the_content’,’[flowplayer id="1020"]‘); ?>Could you please help me with this problem. I want to use the shortcode in the template, not in the post field.