<div class="column-one">
<div class="section">
<h1>Category One</h1>
<ul>
<li>Entry, Title</li>
</ul>
</div>
<div class="section">
<h1>Category Two</h1>
<ul>
<li>Entry, Title</li>
</ul>
</div>
</div>Entries will be placed between <li></li>, each section is a category with it’s entries. I want to be able to change the ordering of sections. For example category one should be above the second category and in the opposite order. Any ideas how to make this? Thanks.