I am trying to sort a gallery of image thumnails where I am using 'include' to specify what images I want.
Say I want to includes images 1, 2 and 3 in the order 3,1,2, how can I do this?
I had a look at the gallery shortcode and thought the following code would work, but it just puts the images in the order 1,2,3:
[gallery orderby="ID" include="3,2,1"]
Can anyone tell me how or if I can make it do what I want?