Ejemplo n.º 1
0
    ?>
" class="audiotheme-track">
					<span class="audiotheme-track-info audiotheme-track-cell">
						<span class="audiotheme-track-title"><?php 
    the_title();
    ?>
</span>

						<span class="audiotheme-track-meta">
							<span class="jp-current-time">-:--</span>
						</span>
					</span>
				</li>

				<?php 
    enqueue_audiotheme_tracks(get_the_ID(), 'record');
    ?>
			</ol>
		</div><!-- /.tracklist-section -->

		<?php 
    $download_url = is_audiotheme_track_downloadable();
    $purchase_url = get_audiotheme_track_purchase_url();
    if ($download_url || $purchase_url) {
        ?>
			<div class="audiotheme-record-links audiotheme-track-links">
				<ul class="audiotheme-record-links-list">
					<?php 
        if ($download_url) {
            ?>
						<li class="audiotheme-record-links-item">
Ejemplo n.º 2
0
</a>
									<?php 
            }
            ?>

									<span class="jp-current-time">-:--</span>
								</span>
							</span>
						</li>

					<?php 
        }
        ?>

					<?php 
        enqueue_audiotheme_tracks(wp_list_pluck($tracks, 'ID'), 'record');
        ?>
				</ol>
			</div><!-- /.tracklist-section -->

		<?php 
    }
    ?>

		<div class="audiotheme-content entry-content" itemprop="description">
			<?php 
    the_content('');
    ?>
		</div><!-- /.content -->

	</article><!-- /.single-audiotheme-record -->