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.
Sure, everything is possible. The question is just how you assign the icon to the tag. You would either have to link them by name or create an array where you assign an icon to each tag, then fetch the icon from this array.
Furthermore, it depends on whether you use a fixed set of icons/tags, or if the user should somehow be able to set such icon/tag combinations in the Panel.
Well, as I said you first have to think about how you want to connect the tag and the icon. Once you know how you want to do this, then the second step would be to find a way to do that.
the tags are inputs from the panel but we have the categories, i want the icon to be selected based on the tag inserted, it is just one tag per article.
You could set up a structure field with two fields for the tagname and the icon, e.g. in the parent page, where you can match icon and tag. Then when you output the tag in your template, fetch the matching icon from there.
I do very well understand your request but unfortunately you have answered none of my questions and especially not where you have stored your icons or how they are connected to the tags. Without this information its not possible to help you.