I've searched a few posts and while I'm sure the answer to this is very easy.... i can't find the answer. On my blog (http://www.foodiebuddha.com), I am using a theme by the name of scribbish. At the bottom of each of my posts, there is a little footer that includes the categories i used and the meta data. I would like to add the tags that i use in a post to this footer. Would love it if someone could throw me a bone (or at least point me in the direction!
Here is the code:
' <ul class="meta">
<li class="categories">Posted in <?php the_category(', ') ?>
<?php comments_number('no comments', '1 comment', '% comments'); ?>,
" rel="bookmark">permalink,
<?php comments_rss_link('rss'); ?>
'