Anonymous
Unregistered
Posted 1 year ago #
I've been looking all over but I can't find a solution to "orderby" for my posts with numbers
ex: (notice 10's coming before 2)
Word 1
Word 10
Word 2
Sorting only seems to work with the first number and not the entire numbers as a whole.
Please help
freshifreshy
Member
Posted 1 year ago #
I'm having the same problem. I need to be able to order by the price of an item, but it's only looking at the first number.
Here's what the end of my query looks like`AND $wpdb->postmeta.meta_key = 'Price'
ORDER BY $wpdb->postmeta.meta_value ASC`
freshifreshy
Member
Posted 1 year ago #
This post worked for me. Maybe it will work for you: http://wordpress.org/support/topic/169144?replies=4