http://soccerlens.com/tags/teams/manchester-united/ each section has it own tag Would "tags" just be the category and then use sub cats? also how would i display a tag list below the post title
No, those seem to be the built-in tags. You can display them using <?php the_tags(); ?> which you will place after <?php the_content(); ?> in your theme's index.php file.
Thanks a lot man... I always used to think how to add tags display below my post.. and thanks OP too for asking the Question...