>
post_content));
$embeds = get_media_embedded_in_content($content);
if (!empty($embeds)) {
// Loop through embedded media and display audio
foreach ($embeds as $embed) {
// Check if the embed code contains an audio tag or specific audio providers like SoundCloud
if (strpos($embed, 'audio') !== false || strpos($embed, 'soundcloud') !== false) {
echo '' . $embed . '
';
}
}
}
?>
', '' );
else:
the_title( sprintf( '
' );
endif;
?>