Forum Discussion

Suchith's avatar
6 years ago

Displaying Custom Message in a Specific Category.

Hi. I have a requirement, I want to display a message on a specific category.  For instance: I have 20 Category in my community, but I have to display message only in one of the category. Ap...
  • Parshant's avatar
    6 years ago

    Suchith,

    for 1a. You can drectly include custom component to category page or you can add condition like below in your component.

    <#if page.name == "CategoryPage">

    for 1.b to get category id use below code:

    ${coreNode.id}