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?
Ben etiketleri klasör için bir index.php sayfası oluşturmak olacaktır www.example.com/tags/
.
Ama nasıl, www.example.com/tags/clicked-tag/
, örneğin başka bir sayfada ki etiketiyle ilgili mesajları görüntülemek mümkün olacaktır?