Quote:
From the look of your screens, I think you have given every entry a different value for "display_order". This over-rides the sort order, and forces entries to be shown in increasing display_order. The purpose of this setting is to let you force some entries together, then some others, etc. Entries which have the same value for display_order are sorted according to the selection you make.
If this is the case, the quickest/easiest way to correct it is with a simple SQL command on your database. Something like the following:
UPDATE local_linksltoc SET displayorder = '1'
|
Thank you very much!
That was the problem, Now it's working fine.
Efil.