Hi! I have this ER diagram, where I have a blogger who write some posts, and every post need to have one or more tags:

In order to show this, I have a Homepage where I show a list of posts. When the user clicks on "read more" he/she can access to the full post content:

But the problem is that this "details page" shows the post and all the tags in database, not only the tags assigned to this particular post. And I only need to show the selected tags for that post. Like this:

So, how can I show only that tags?
The Web Project: https://www.dropbox.com/s/bm40fouovsx4s7d/News.zip