Hello Kentico Team,Potentially simple question.I would like the Blog Posts and Calendar Items on my site to use their Node ID as their URL, rather than using the page title. Is this easy to do, and...
Hi guys,I'm trying to filter out some data by using a WHERE condition inside a repeater and can't figure out the syntax.Here's the logic I need to use:Get all data EXCEPT the current document.So I'...
Hi all, I using Kentico 7 and we saw in event log a error occured when SelectSingleNode. Please help me detect the cause of this issue and any solution. Message: Unexpected end of file while par...
How would I get the URL of a product's parent if that parent document is not a product? I need to be able to point all product URLs to their parent document within a transformation for the Wishlis...
How do I get the name of a document by its node ID in a macro?I wish there was something like {% Documents.GetById(4).DocumentName %}.