Search code examples
c#.netdotnetnukedotnetnuke-5dotnetnuke-module

DNN Blog Module how to change the blog post order


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?


Solution

  • This would require that you download the source code of the blog module and add this feature yourself. It would require at least one UI element, such as a toggle sort link, and modifying the DAL to respond to the UI elements actions.