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

', '

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

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