Document Page Example
This is content text.
If the following text is added to a custom field named “sidebar-navigation” it will override the “Summer Fund Fact” section and add custom navigation elements.
<h2>Documents</h2>
<p class="hr"></p>
<p><a href="http://summerfund.org/wp-content/uploads/2012/04/apply_button.jpg">Link to Document 1</a></p>
<p class="hr"></p>
<p><a title="Apply" href="http://summerfund.org/wp-content/uploads/2012/04/apply_button.jpg">Link to Document 2</a></p>
Notice that there are a couple special things about this text:
- The title is in a <h2>.
- All of the links are in <p> elements
- They are separated by <p class=”hr”></p>.