i have modified my blog to use createDate and updateDate as its primary date indentifier. This way i can get users to use liveWriter to publish, and not need to go into the umbraco backend. I am now trying to modify the "recent posts" xslt to reflect a sort on the createDate, but whatever i try does not seem to work. Here is the XSLT:
[code]
[/code]
What am I missing?
Question 2: Is it possible to change the createdate somehow?
Question 3: I cannot for the life of me remeber how to view the page XML remotely (i.e not by looking at umbraco.config) so that I can see how the sorting is being done (I am not referring to ?umbDebugShowTrace=true)
sorting and view page xml
Hi all - three questions
i have modified my blog to use createDate and updateDate as its primary date indentifier. This way i can get users to use liveWriter to publish, and not need to go into the umbraco backend. I am now trying to modify the "recent posts" xslt to reflect a sort on the createDate, but whatever i try does not seem to work. Here is the XSLT:
[code]
[/code]
What am I missing?
Question 2: Is it possible to change the createdate somehow?
Question 3: I cannot for the life of me remeber how to view the page XML remotely (i.e not by looking at umbraco.config) so that I can see how the sorting is being done (I am not referring to ?umbDebugShowTrace=true)
Thanks
Andrew
ok sorted out the sorting......
it seems I can also modify updateDate by editing the "last update date" but any help with changing the createDate and getting the page XML?
Thanks
is working on a reply...