Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
Hello, my website has 5 editable regions and a slider (repeatable region). Since the slider is the first thing you see on the website I want to move it in the admin area to top position. Right now it is at the bottom. Is there a way to reorder them regions in the admin section. I can work with this the way it is but it would make things more easy to access.
Thanks for couch-cms!
* * * * * * I LOVE COUCH CMS - flexible and straight forward * * * * * *
You can order editable regions by adding
Code: Select all
order='-1'
to the editable definition tag. hope this helps.
Image
Thank you. This works for editable regions.
Is there a way to order repeatable regions, too?
* * * * * * I LOVE COUCH CMS - flexible and straight forward * * * * * *
Unfortunately, I do not believe so. At least, the documentation doesn't suggest so.

Solution: Place the repeatable inside of a group, then order that group! :)
Image
Dave, the 'order' parameter works for repeatable-regions also.
5 posts Page 1 of 1