post_content));
$business_development_coaching_embeds = get_media_embedded_in_content($business_development_coaching_content);
// Track displayed video embeds
$business_development_coaching_displayed_embeds = [];
// Check if not in a singular view
if (!is_singular() && !empty($business_development_coaching_embeds)) {
// Loop through embedded media and display videos
foreach ($business_development_coaching_embeds as $business_development_coaching_embed) {
// Check if the embed code contains a video tag or specific video providers like YouTube or Vimeo
if (strpos($business_development_coaching_embed, 'video') !== false || strpos($business_development_coaching_embed, 'youtube') !== false || strpos($business_development_coaching_embed, 'vimeo') !== false || strpos($business_development_coaching_embed, 'dailymotion') !== false || strpos($business_development_coaching_embed, 'vine') !== false || strpos($business_development_coaching_embed, 'wordPress.tv') !== false || strpos($business_development_coaching_embed, 'hulu') !== false) {
?>
' . esc_html__('Post Tags: ', 'business-development-coaching') . '';
the_tags('', ', ', '');
echo '
';
}
?>
".wp_trim_words(get_the_excerpt(), get_theme_mod('business_development_coaching_excerpt_limit', 25))."";
}
?>
'
' . esc_html__( 'Pages:', 'business-development-coaching' ),
'after' => '
',
)
);
?>