Add Quick Facts Box
When working with an existing page, click the edit button:
When working with a new page, the template will include initial code you will need. You supply the content.
Insure that sidebar div opening and closing tags are located at the very top of the page when in edit mode. If there is one right sidebar box of any type already on the page, then the div tags are already there (so you can skip to step 2, below). Please try to stack boxes within the right sidebar in the same order they are listed in the left “how to” sidebar. All boxes must be inside the div tags as below.
1. To create a brand new right sidebar, insert this code at the top of the page:
{div:class=sidebar}
{div}
2. Between the 2 div tags in step one, insert the 2 Quick Facts Box div tags, with the content of your Quick Facts box between the two tags. It will look like this:
{div:class=sidebar}
{quick_facts}
h3.title
content (can include hyperlinks, pictures, whatever)
{quick_facts}
{div}