I’m placing a tag list in the post footers on a blog.
You can go to this specific post: http://www.smallfryblog.com/2013/09/03/small-fry-films-midtown/ and scroll down to the post footer see what the tags looks like currently:
“filmsvideoTags:,” is what it looks like to me.
I would like it to look like “Tags: films, videos”
Here’s my code:
<?php the_tags('Tags:', ', ', '<br/>'); ?>
which is according to the codex here: http://codex.wordpress.org/Function_Reference/the_tags
I’ve tried all different kinds of things trying to figure out what the problem is…with no solution found yet. Help?
It’s because of some CSS that you have.
This is what causes your problem, the float:left
Add the code that generates your tags in a div with “float: none”