I am using this statement inside a Static Text webpart. it works if I don't include the outer IF. It doesn't render anything if I include it. Please help with syntax. thank you {% if(Section2H...
Hello,I have a hierarchical transformation that has a maximum nesting level set to 2.At the first level (0) it shows all the 'Folder PageTypes'. Then in the second level (1) it shows all the 'File ...
I have following content structure-YearlyContainer - YearDetailContent --files to download - YearDetailContent --files to download -YearlyContainer - YearDetailContent ...
Hello,I'm trying to pull data from two different page types into a repeater. Once I have the data, here's what I'd like to do with it:First, I need to iterate over all items(pages) within a specifi...
Hi there,I'm trying to display a link to a child page and also link to 2nd level child pages on the same landing page.I'm using a repeater for the first level, but figured I'd have to use a nested ...
If I have the following document structure Site Area A (Menu Template) Subpage 1 (Page Template, nested content)Subpage 2 (Page Template, nested content)Subpage 3 (Page Template, nested content) Si...
I'm trying to nest repeater in transformation. I have following code (Path1 is define by @URL Selector@ form control):@cms:CMSRepeater ID=@repItems@ runat=@server@ TransformationName=@Custom.Docume...
I have a page type which allows itself as a child. It represents a hierarchical category. At any level in this hierarchy an editor can add content page type. So my tree can look like this:- Categor...
I am using a nested repeater to allow for a news feed to appear on my home page. The query allows for sites on the same kentico instance to pull from a singular news source. Recently I have notic...