Forums
(@celleek)
14 years, 4 months ago
It’s the TAGALLY plugin. If you open the tagally-for-wp-function.php, go to line 928 that reads:
$tagsHTML = “No Tag”;
Change it to this below:
$tagsHTML = “”;
That should fix your problem. ??