%s',
esc_url( get_the_permalink() ),
esc_html( get_the_title() )
);
} else {
echo get_the_title();
} ?>
by
0) {
echo '' . 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;
}, $posttags);
echo implode(", ", $tag_strings) . '
';
}
?>
'rounded shadow-lg'] );
}
the_content(); ?>