Mini Front Page - Order by

Hi,
I would like to change the 'ordering of articles' so it displays by 'start publishing' date, not by 'created'.
Is this possible?
With thanks,
Jean
11 years 3 months ago #1 by Jean Reid

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

  • Posted by TemplatePlazza (5310) Offline
Hi,
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',
11 years 3 months ago #2 by TemplatePlazza

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

Powered by Kunena Forum