Adding New Blocks Before Older Blocks
Permalink
Hi, I'm working on converting a site to Concrete5. One of my pages has a repeated div class that is updated with newer before older. I have the blocks with in the area wrapping with that class and it looks great. When I add a new block it goes on to the end but I'd like to add each block before it's previous block.
Example:
If anyone has an idea as to how I can append to the beginning instead of the end it'd be a great help!
Thanks!
Example:
<div class="class">3</div> <div class="class">2</div> <div clas="class">1</div>
If anyone has an idea as to how I can append to the beginning instead of the end it'd be a great help!
Thanks!
http://www.concrete5.org/community/forums/usage/add-to-top/#179576...