Portal Home > Knowledgebase > Ecommerce Hosting > Customize > How to show content on home page only?


How to show content on home page only?




To show content on home page only. Once activate the active cart designer, right click to select edit source code. Insert the code below in proper line.

Code:

{if $current_page == "home"}
your home page coding
{else}
other coding for the rest of the pages
{/if}

 

 



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article