How Can I sort the custom field data numerically which is stored as string. I can't change it into database.
query_posts($query_string. '&orderby=meta_value&meta_key=price&order=DESC' );
This is what I am using but it is sorting it as string as this is stored as string as well.
Can anyone tell me how can I convert it into numerically without changing in database?
Thanks in advance.
Mazy