How can I modify mini-front page to get most recent by publish date?

On our site, the moderators prefer to list news by publish date. Not creation date. Creation date actually makes no sense, because an article can be around for months before final edits and publishing.
10 years 11 months ago #1 by Gary Dailey

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline
Hi Gary,
Please open the file :
[root]/modules/mod_minifrontpage/helper.php
in line 91 you will see this code
'0' => 'a.created',

change that to
'0' => 'a.publish_up',
10 years 11 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Hi Team,

First, thanks for your support and great job.

I have done what mentioned before and this does not sort the articles by publish date?
Here the URL: www.ataiconsulting.com/en/news/main/news-and-events

Any thought?

Thanks,
AdminAtai
10 years 10 months ago #3 by Admin Atai

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum