This snippet will return the HTML for the episode audio player and meta data (download link, file size and duration):
Within your functions.php file:
global $ss_podcasting; $audio_player = $ss_podcasting-episode_meta( $episode_id );
This snippet will return the HTML for the episode audio player and meta data (download link, file size and duration):
Within your functions.php file:
global $ss_podcasting; $audio_player = $ss_podcasting-episode_meta( $episode_id );
Comments
0 comments
Article is closed for comments.