> 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 . '
'; } } } ?>
,
,
', ''); endif; else : if ($automotive_services_post_heading == '1') : the_title(sprintf('
', esc_url(get_permalink())), '
'); endif; endif; if (is_singular()) : if ($automotive_services_single_post_content == '1') : the_content(); endif; else : if ($automotive_services_post_content == '1') : echo "

" . wp_trim_words(get_the_excerpt(), 50) . "

"; endif; endif; ?>