Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #579085

    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.

    #579086

    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

    • This reply was modified 8 years, 1 month ago by Elliott.
    #579170

    thanks a lot, Elliott, works perfectly!

    #579252

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.