I'd like to sort my posts by number which is in front of the title
1 post one title
43 this is another post
123 this is the last post
I would like it to order in that order, but it seems to order reading letter for letter?
1
123
43
Anyone that can help me?
At this moment I'm using the following code
// query the posts
query_posts("posts_per_page=".PER_PAGE_DEFAULT."&post_type=gallery&".GALLERY_TAXONOMY."=".$taxonomy_name."&paged=".$paged."&orderby=title&order=asc");