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) {
?>
' . esc_html__('Post Tags: ', 'butcher-meatshop') . '';
the_tags('', ', ', '');
echo '
';
}
?>
".wp_trim_words(get_the_excerpt(), get_theme_mod('butcher_meatshop_excerpt_limit', 25))."";
}
?>
'
' . esc_html__( 'Pages:', 'butcher-meatshop' ),
'after' => '
',
)
);
?>