Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [therelief] How Do I Add Something to My Sidebar?

Quote Reply
Re: [therelief] How Do I Add Something to My Sidebar? In reply to
okay... For example, my site is basicly a blog. So I've begun to create little globals that display things like links to the laxt 'x' articles Iwrote. So in include_rightsidebar.html, I changed the template from:

Code:
<div id="rightsidebar">
</div>

To:

Code:
<div id="rightsidebar">
<%include recent_posts.html%>
<%include recent_pings.html%>
</div>

So that my sidebar widgets load into that section. Basicly anything between the <div> tags should show up in the sidebar.

Philip
------------------
Limecat is not pleased.
Subject Author Views Date
Thread How Do I Add Something to My Sidebar? therelief 2481 Aug 2, 2006, 11:11 PM
Thread Re: [therelief] How Do I Add Something to My Sidebar?
fuzzy logic 2391 Aug 2, 2006, 11:58 PM
Thread Re: [fuzzy logic] How Do I Add Something to My Sidebar?
therelief 2396 Aug 3, 2006, 6:07 AM
Thread Re: [therelief] How Do I Add Something to My Sidebar?
fuzzy logic 2381 Aug 3, 2006, 8:26 AM
Post Re: [fuzzy logic] How Do I Add Something to My Sidebar?
therelief 2393 Aug 3, 2006, 8:37 AM