Page 1 of 1

[Solved]News Module item order

Posted: Sat Nov 26, 2011 3:37 am
by jasnick
Using 1.10

I have just discovered that on all my sites that use a PostDate for news items, they are shown online in descending order even though ascending order is selected in Admin and they display in the list in Admin correctly. I added the parameter sortasc="true" to the News tag and it is now showing correctly online.

If a tag is needed, why is the choice given in admin?

Thanks.

Re: News Module item order

Posted: Sat Nov 26, 2011 8:21 am
by staartmees
Selecting 'ascending order' in the adminsection only has effect on how your newsitems are shown in the adminsection. To show your newsitems on the frontend in ascending order, you have the use the sortasc="true" parameter.

Re: News Module item order

Posted: Sat Nov 26, 2011 8:27 am
by jasnick
Thanks staartmees - I learn something every day!