• Resolved DaveKoe

    (@davekoe)


    I have used this plugin on a number of website over the years. I now have a podcasting client who will be using a media player in his posts. Can this plugin be used to display that player after the excerpt?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    It depends how the media player is added to posts, and what settings / configuration you have for Display Posts.

    • If the media player is a shortcode or block inside the post content, [display_posts include_content=”true”] will output the full content, including the media player
    • If the media player is a shortcode or block inside the post content, [display_posts include_excerpt=”true”] will not show the media player because the excerpt strips out all HTML tags
    • If the media player is added by the theme or plugin outside of the post content (ex: automatically inserted above/below the content) then Display Posts will not show it without customizations.
    • Regardless of how the media player is added, you can use The Output Filter to modify the Display Posts output to include the media player, but this will require some custom coding
    Thread Starter DaveKoe

    (@davekoe)

    Thank you for the detailed response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Media players’ is closed to new replies.