Hello. I have a blog that has a tag cloud web part. My blog is also in different languages, English, Chinees, Korean etc. The issue I'm having is that if I remove a tag from a blog post in English....
So, dumb question time. I've followed this documentation here: https://docs.kentico.com/k12/configuring-kentico/configuring-the-environment-for-content-editors/configuring-tags/allowing-users-to-ta...
How can i get a URL tagname=@tagtext@ rather then tagid=44, is there a macro or i need to modify the web part?
Is there a way to filter tagNames in a tagCloud? I have two tagCloud webparts. I wish one to display one set of tags and the other another set of tagNames. I imagine using the 'where' condiition. B...
Can I not target the 'Tag ID' of a URL? below is one of the methods I've tried so far:{% if (CMSContext.CurrentDocument.RelativeURL == @~/blog-(1)/?tagid=381@) { #%} Show this {% } else { #%} Show ...
Can someone point me to some documentation (besides the Kentico 9 doc that describes these items individually) that could help me better understand the relationship between page categories, page ta...
Hi, I'm trying return some default text from macro {% System.GetSomeHTML( CurrentSite.ID )#%}Macro returns html anchor tag with text insideIt gives me only text....What is wrong?Maybe there is some...
i need help creating a tagging filter for a set of articles in kentico.i have 3 different tag types that i need articles tagged with (industry, topic and format). the industry and topic tags need t...
Hi, everybody! I have a Tag Cloud in a page template, but on one of the pages I use it all of the tag are with the same size. I don't have the problem on the other pages with the same template. The...
Hi, everybody! I’ve been struggling with an issue for the last two days, so I’ve decided that some of you can help me. I need to display the categories and the tags an article has and each category...