Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: linklist page
For the categories themselves, no time/date is stored, so you can’t sort them like that.
You can however sort by category and within the list of links for each category use date sorting (based on the date when the link was added):
<txp:linklist sort="category ASC, date ASC" break="li" form="Links" wraptag="ul" />
Offline