I have a wordpress site up, and am having issues getting the tags to appear in my theme. I can't see the issue, the code looks all straight to me. I poked around a little, doesn't seem to be the theme design.
Code:
<b>Tags:</b><br />
<?php the_tags('',', '); ?>
I have the post categories listed beneath this the exact same way, under the same class, and they appear fine.
I think something is fucking up with wordpress, but I could just be a dumbfuck here too. Any ideas?