first, you need to have a theme that support tags option. then, when you writing a post you should add tags and they will be shown the code for the tags is: <?php the_tags('Tags: ', ', ', ''); ?> Code (markup): put it in the post loop. GL