Certainly is. Just right click the parent node and select 'sort'. You can then drag your items around to the desired order. You might need to republish the site if you're on an old version of Umbraco as the order used to cache sometimes, but the newer versions (4.5+) seem to just work.
Just a small tip if you don't already know it. When you're in the Sort-window, besides draging the nodes up and down, you can also click the headers in the table. This way you can easily sort all of your nodes by name, creation date og the original sort order. The same can of course be used when sorting media nodes as well.
Change order of items created in content
Hi,
Is it possible to change the order of created content?
If I for example have:
Product1
Product2
Product3
And want to change it to:
Product3
Product1
Product2
Certainly is. Just right click the parent node and select 'sort'. You can then drag your items around to the desired order. You might need to republish the site if you're on an old version of Umbraco as the order used to cache sometimes, but the newer versions (4.5+) seem to just work.
Just a small tip if you don't already know it. When you're in the Sort-window, besides draging the nodes up and down, you can also click the headers in the table. This way you can easily sort all of your nodes by name, creation date og the original sort order. The same can of course be used when sorting media nodes as well.
/Kim A
Just as Dan describes, sorting the nodes is really easy but remember it all happens on the parent node!
Chris.
@Kim... I hadn't noticed you could sort by column! Will save me lots of time, cheers
... update, damn, date sorting isn't working! that's what i was after http://umbraco.codeplex.com/workitem/29912
Can this be done via code?
Do you mean something like this?
Then do your foreach or whatever you do with them once they are sorted.
is working on a reply...