I want to display all my tags on one web page for example, www.example.com/tags/
and then when some one
clicks on one of the tags I want to display all the posts related to that tag on another web page for example, www.example.com/tags/clicked-tag/
how would I be able to do this since it really would not be a good idea to create a web page for each tag?
I will be creating an index.php page for the tags folder www.example.com/tags/
.
But how would I be able to display the posts related to that tag on another page for example, www.example.com/tags/clicked-tag/
?