Tagged: Tags
Hi,
at the bottom of a single post is the tag list; how can I delete the comma between these tags?
See screenshot here: http://screencloud.net/v/6eUX
I’m not so familiar with PHP: where can I delete there this comma in “includes” – “loop-index.php”?
//tags on single post
if(has_tag())
{
echo '<span class="blog-tags minor-meta">';
the_tags('<strong>'.__('Tags','avia_framework').'</strong><span> ');
echo '</span></span>';
}
Thank you.
Hi COLORIT!
Please see here, https://codex.wordpress.org/Function_Reference/the_tags.
Try this out.
the_tags('<strong>'.__('Tags','avia_framework').'</strong><span> ', ' ', ' ');
Best regards,
Elliott
thanks a lot, Elliott, works perfectly!
Hey!
Glad we got it short out!
Please do let us know if you need anything else, we will be happy to help.
Regards,
Basilis