So I’m making a set of posts that I want to be able to reorder as I see fit (it’s a gallery, actually, but that shouldn’t matter). For each post I have a custom text field called ‘image-position’. I put a number in here, which I can change to reorder the posts. It works perfectly for 1 to 9, but post 10 is rendered by EE between posts 1 and 2. Clearly EE is only looking at the first digit, not reading the whole number - any solutions?
Out of interest, here’s the relevant line of code:
{exp:weblog:entries weblog="photos" disable="catgories|member_data|pagination|trackbacks" orderby="image-position" sort="asc"}
I don’t really want to have to fudge it with entries like ‘1a, 1b ... 1z, 2a, 2b…’, etc. But any help is gratefully received!
EDIT: I did see the following thread, by the way, but it didn’t seem to have a solution:
http://ellislab.com/forums/viewthread/90628/