Getting Tags to show on a product page. Also having the tags clickable that link to a page

I would like to add the tags for each product on the product page. I am also looking for the tags to link to a results page showing all products that have that same tag.

I want the tags to be clickable to show other items that also have that tag (independant of any collection if possible).

Any help is appreciated!!

Hi

Yes its possible if you are familiar with the code changes, Let me explain you the process

You need to convert all you product tags into a link on frontend.. appending the tag into the url at end.

that way when user click the link it will filter the products according to that tag.

Thanks!

Thank you. I will try to figure out how that’s done.