The (latest) JW Player does works in the blog post itself, but is not shown on the overall default blog page or category pages.
The shortcode remains visible: [jwplayer player=”1″ mediaid=”2882″] and is not replaced by the player.
How to fix this? Thx!
Hello jschuer!
Please edit each post then click Screen Options. Enable the “Excerpt” metabox. Insert the jw player shortcode on the Excerpt option along with the excerpt paragraph.
Best regards,
Ismael
Hi Ismael
Thank you for your advice. Unfortunately it has no effect. The complete post is also still displayed in de blogroll and not only the Excerpt. Is there a setting for this to enable? Thank you.
Jan
Hello!
You can try to add following code to functions.php
add_filter('the_excerpt', 'do_shortcode');
It will activate shortcodes support for excerpts. By default wordpress does not allow html code or shortcodes in the excerpt: http://wordpress.org/support/topic/shortcodes-dont-work-in-excerpts
Cheers!
Peter