This commit is contained in:
Jerry
2022-11-24 12:37:46 +01:00
parent 350f04cc4d
commit 89d88825e0
4 changed files with 4 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
if($tags) {
foreach ($tags as $tag) {
$tag_link = get_tag_link($tag->term_id);
$tag_links[] = "<a href='{$tag_link}' title='{$tag->name}' class='{$tag->slug}'>{$tag->name}</a>";
$tag_links[] = "<span>{$tag->name}</span>";
}
}
?>