Add an Op-Ed box
First click on “Create a New Op-Ed page” inside the left sidebar TOOLBOX. Follow directions inside the new page for creating your content. Once you’ve written, titled and saved your page, return to the topic page you wrote the Op-Ed about.
When working with an existing page, click the edit button:
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). The Op-Ed box is the bottom box in the right sidebar so put it underneath all the other boxes and just ahead of the final bottom closing {div} tag.
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 Op-Ed div tags, as below:
{div:class=sidebar}
(all the other right sidebar boxes go here)
{op_eds}
[Exact title of your op-ed inside of these brackets], by Your Name
{op_eds}
{div}