Gossamer Forum
Home : Products : Gossamer Links : Discussions :

How to Customize Right Side Bar

Quote Reply
How to Customize Right Side Bar
How do I show a different rightsidebar html content for each category?

How can I make the following work:

1. Create separate html pages for each category and subcategory and name them "include_rightsidebar_category-name1.html"
"include_rightsidebar_category-name2.html"
"include_rightsidebar_category-name3.html" , etc.

2. In category.html template change <%include include_rightsidebar.html%>
to <%include include_rightsidebar_(category-name).html%>

so it will fetch the correct "include_rightsidebar_category-name.html" for the right side bar.


Please advise. Thanks.

Last edited by:

Bruha: Dec 2, 2006, 6:26 PM