In DotNetNuke(DNN) Blog module, how can I change the order of the blog posts? by default the most recent blog entry would always be displayed on top. How can I change the order of the blog entries?
4
votes
What order are you trying to get?
– braindice
I would like to give the user the option to sort the blog posts in ascending or descending order depending on the blog post date. By default the Blog module would display the most recent blog entries on top. I wish to customize the blog by giving the option to the user to sort it by the date so that the oldest blog entries could appear on top. Any thoughts on how I should proceed with this? thanks.
– Yasodha
Without doing some backend work the only real option is to have a sort via jQuery or something - or you could write some sort of Razor module to display it how you would like.
– braindice
On which version have you done modification?
– Kamran Shahid