I'm trying to display my posts by sort order – ie in the order that they appear in the Content tree. The posts are grouped under year and month nodes, eg:
… and that's how I want them to display: Post_1, Post_2, Post_4, Post_3 (so that I can control the display order by sorting the nodes). But when I use this:
Hi. As I understand, the SortOrder is sequential only within the context of the parent node. So then in your case Post_4 will be definitely less then Post_3, but Post_1 or Post_2 could be greater then Post_4.
OrderBy SortOrder - uBlogsy
I'm trying to display my posts by sort order – ie in the order that they appear in the Content tree. The posts are grouped under year and month nodes, eg:
… and that's how I want them to display: Post_1, Post_2, Post_4, Post_3 (so that I can control the display order by sorting the nodes). But when I use this:
… the order appears totally random.
Any ideas?
Hi. As I understand, the SortOrder is sequential only within the context of the parent node. So then in your case Post_4 will be definitely less then Post_3, but Post_1 or Post_2 could be greater then Post_4.
is working on a reply...