How to add a sidebar to page nodes [Deleted]

Matthew Hawley

Well-known member
Matthew Hawley submitted a new resource:

How to add a sidebar to page nodes - Sidebars in page nodes.

So I will be showing you guys how to add a sidebar to page nodes.

Its actually very simple. All you have to do is add this code at the bottom of the page template, then add whatever content you want inbetween.

Code:
<xen:sidebar>

</xen:sidebar>

Here are some example blocks you might want to use.

Code:
<div class="section">
        <div class="secondaryContent">
                <h3>Some Title</h3>
                         <div class="blockLinksList">...

Read more about this resource...
 
Top Bottom