-
Genesis themes allow you to add a custom html intro section to wp archives (e.g. category & tag pages).
How would I get the FV player shortcodes to work there?
I tried the suggest from your FAQ question 22….
echo apply_filters(‘the_content’, ‘[flowplayer src=yourvideo.mp4 width=240 height=320]‘);
But it didn’t work…