Hello,
I have a weblog with a field called Order, in there i order all my entries with number.
For Example:
John Lennon 1
Paul McCartney 2
Gorge Harrison 3
Ringo Star 4
Elvis Presley 5
So, in this way i set my weblog to orderby=“order” sort=“asc” to appear as the list.
But what happened when i pass number 9 the list is:
John Lennon 1
Mick Jagger 10
Kurt Cobain 11
Paul McCartney 2
Gorge Harrison 3
Ringo Star 4
Elvis Presley 5
I understand what happened is that EE call all the 1 at first but is there any way to set up to bring in order this numbers?