This is mainly a question with a database and queries. How to implement the corresponding entry on your site, suppose you have this table:
+------+ +------+ + Post + + Tags + -------- N : M --------
where the message has a body and an m: n link for the tag. This is a very common script and tag implementation scenario.
So how do you implement a related post on your site?
source share