Viewing 1 replies (of 1 total)
  • Plugin Contributor Hugh Lashbrooke

    (@hlashbrooke)

    I think the problem is actually the way that the plugin that you’re using is generating the excerpt. SSP hooks onto the built-in WordPress excerpt functions so if the plugins are generating their excerpts in the correct way then there won’t be a problem. If the media player is not showing up then it means that the plugins have their own functions to generate the media player and there’s obviously no way I can know what hooks they’re using.

    That being said, if you do know what hooks they’re using then you need to call this function to generate the media player:

    global $ss_podcasting;
    echo $ss_podcasting->episode_meta( $post_id );

    Obviously the $post_id variable needs to be the ID of the post. As long as you insert that code in the correct place then the media player will show with the episode meta data.

    If this has helped you then please support continued development by leaving a review 🙂

    Cheers,
    Hugh

Viewing 1 replies (of 1 total)
  • The topic ‘Add Player to Plugin Grids?’ is closed to new replies.