Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #170076

    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!

    #170278

    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

    #170337

    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

    #170368

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘JW Player not visible on default blog page’ is closed to new replies.