Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
hi all.
how can i set the display order of a folder containing lot of article?
the name are 01-..., 02-...., 03-.... and so on.
(the update date is different )
thank you for all
nico
Hi Niccolo,
You could try to order your list of article in your loop like this
<xsl:sort select="@update" order="descending" />
Where '@update' will be your document type alias .
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Sort order
hi all.
how can i set the display order of a folder containing lot of article?
the name are 01-..., 02-...., 03-.... and so on.
(the update date is different )
thank you for all
nico
Hi Niccolo,
You could try to order your list of article in your loop like this
<xsl:sort select="@update" order="descending" />
Where '@update' will be your document type alias .
is working on a reply...