Hi everyone, I am stuck and need little help on how to link to an unlisted pages when tag is clicked on the blog page.
I have created pages similar to blog page but it only displays articles that contain the same tag.
I want to be able to go from the blog page to the unlisted pages when tag is clicked on.
here’s the tags code:
`<?= $article->tags() ?>
how can I add dynamic link to it?