By huayen on
Hello,
I am using Monthly Archive module. This module sorts nodes based on their 'last updated time' instead of 'node creating time'.
What I want to do s to make sorting based on node-creating time?. The Archive module is doing in this way. This is helpful since sometimes it is required to manually alter node creating time (in authoring option in node posting window). However, I more like the block listing way of monthly archive.
Looks like the project page of monthly archive is not active, so I post this here in the forum. ANyone can help me how to modify monthly archive to sort based on node-creating time?
Thanks,
-Derek
Comments
I dont know the module but i
I dont know the module but i think you just need to change the query to "ORDER BY created DESC" instead of "ORDER BY changed DESC".