How to Set up a Web Part, to be visible on two pages in Kentico

To Display web part in only one page(e.g.Home) simple macro is used in the visibility web part property.

Example:{% DocumentName|(equals)Home|(truevalue)true|(falsevalue)false%};

If you are looking to display the web part in either Home or News (two pages) Nested Macro is Used in the visibility web part.

Example:{%DocumentName|(equals)Home| (truevalue)true|(falsevalue){(1)%DocumentName\|(equals)New\|(truevalue)true\|(falsevalue)false%(1)}|(user)dileepkumar.chimmani|(hash)340def3fd0c3e0e9ace4185566ef81a901c9827f3a9e23dcefaf25a4e88aa467%}

- My ASP.NET Application
We use cookies to provide the best possible browsing experience to you. By continuing to use our website, you agree to our Cookie Policy