Audio file with duplicate groups?
-
I was wondering if anyone could help me determine how to to display the audio player when using duplicate groups. I am trying to get it to display the front end function of “get_audio”. This is the code I have so far. Any help will be much appreciated.
<?php $podcasts = get_group('podcast'); foreach($podcasts as $podcast){ echo '<div class="pod-container">'; echo '<div class="pod-image">'; echo "<img src='".$podcast['podcast_icon'][1]['t']."'>"; echo '</div>'; echo '<div class="pod-text">'; echo $podcast ['podcast_title'][1]."<br />"; echo $podcast ['podcast_podcast_audio_file'][1].""; echo '</div>'; echo '</div>'; } ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Audio file with duplicate groups?’ is closed to new replies.