%s',
esc_url( get_the_permalink() ),
esc_html( get_the_title() )
);
} else {
echo get_the_title();
} ?>
by
' . svg_icon_use("mdi-tag-multiple", "icon baseline text-gray-300 me-1");
$tag_strings = array_map(function ($tag) {
$tag_str = '#';
$tag_str .= '' . $tag->name . '';
return $tag_str;
}, get_the_tags());
echo implode(", ", $tag_strings) . '';
}
?>
'rounded shadow-lg'] );
}
the_content(); ?>