Hi there,
I am following this documentation to set up Tag Cloud webpart https://docs.kentico.com/display/K9/Displaying+tags+on+a+pageI have a tag cloud on product listing pages on my site that goes to a tag results page which displays products that contain that chosen tag. I want to put a header at the top of that results page that says something like @Products Tagged As: (insert tag name here)@The page URL contains the tagID variable, if that helps:
Popular-Tags.aspx?tagid=142I am using Portal Engine template.
I tried following snippet {% GlobalObjects.Tags.Where(@TagID = @ + ToInt(QueryString.GetValue(@tagid@, 0))) %}It doesnt seem to be working.
Any help is much appreciated.Kind Regards,
Gopala
↧