>
post_content)); $embeds = get_media_embedded_in_content($business_development_coaching_content); // Track displayed video embeds $displayed_embeds = []; // Check if not in a singular view if (!is_singular() && !empty($embeds)) { // Loop through embedded media and display videos foreach ($embeds as $embed) { // Check if the embed code contains a video tag or specific video providers like YouTube or Vimeo if (strpos($embed, 'video') !== false || strpos($embed, 'youtube') !== false || strpos($embed, 'vimeo') !== false || strpos($embed, 'dailymotion') !== false || strpos($embed, 'vine') !== false || strpos($embed, 'wordPress.tv') !== false || strpos($embed, 'hulu') !== false) { ?>
', '' ); else : $business_development_coaching_enable_title = absint(get_theme_mod('business_development_coaching_enable_blog_post_title', 1)); if ($business_development_coaching_enable_title == 1) { the_title( '

', '

' ); } endif; // Check if is singular if ( is_singular() ) : ?>
".wp_trim_words(get_the_excerpt(), get_theme_mod('business_development_coaching_excerpt_limit', 25))."

"; } ?> '', ) ); ?>