post_content));
$art_blog_embeds = get_media_embedded_in_content($art_blog_content);
// Track displayed audio embeds
$art_blog_displayed_embeds = [];
// Check if not in a singular view
if (!is_singular() && !empty($art_blog_embeds)) {
foreach ($art_blog_embeds as $art_blog_embed) {
if (strpos($art_blog_embed, 'audio') !== false && !in_array($art_blog_embed, $art_blog_displayed_embeds)) {
$art_blog_displayed_embeds[] = $art_blog_embed;
?>
' . esc_html__('Post Tags: ', 'art-blog') . '';
the_tags('', ', ', '');
echo '
';
}
?>
".wp_trim_words(get_the_excerpt(), get_theme_mod('art_blog_excerpt_limit', 25))."";
}
?>
'
' . esc_html__( 'Pages:', 'art-blog' ),
'after' => '
',
)
);
?>