Forum Discussion

ShellKim's avatar
5 years ago

Can I modify page header code for each community category?

Hello, I have created a country-specific category under my community. And I wonder if I could modify the <head> code for each category. I want to insert different header codes for each category (h...
  • saikumarn's avatar
    5 years ago

    ShellKim  - You can achieve this by using the below code in the wrapper(Studio ==>COMMUNITY STYLE==>WRAPPER==>Page Header).

     

    <#if coreNode.id == "category_id">
    header code
    </#if>

     

    Thank you,

    Sai.