Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi!

    In “cue\templates\playlist.php” you can replace this :

    <span class="cue-track-length cue-track-cell"><?php echo esc_html( $track['length'] ); ?></span>

    For this :

    <span class="cue-track-length cue-track-cell"><?php echo esc_html( $track['length'] ); ?>&nbsp;&nbsp;&nbsp;<a style="color:black;" href="<?php echo esc_html( $track['audioUrl'] ); ?>" target="blank_">Download</a></span>

    The new code add a clickable link “download” leading to the URL of the audio/media file in the Cue playlist, like this for example : https://puu.sh/mf2ac/77ce73151c.png

    Thread Starter cztb316

    (@cztb316)

    Thanks for the response SkydeFR. I tried that edit with no change taking place (https://czchurch.org/sunday-sermons/). I noticed that the edit page for cue\templates\playlist.php shows as (inactive) perhaps because I am running just the Cue plug-in within my theme? Not sure, what are your thoughts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Displaying File URL in Cue Playlists’ is closed to new replies.