Search code examples
macroskentico

Kentico Macro to Get Page Type


I'm new to Kentico and am using version 9 for a website. A graphic designer asked me if I could create a macro or code that adds the page type of a page to the body tag as a css class. Has anyone done this before?


Solution

  • Following is a macro, that gives you page type info object:

    {% DocumentContext.CurrentDocument.NodeClass #%}
    

    Go to System -> Macros -> Console to see/try available macros.