Hi, I have WP 2.7 and have to sort posts by price in required categories. I have template pages which show posts from those categories. I tested Stepasyuk’s code but it didn’t work for me, then I tested something of my own: added `query_posts(‘cat=categoryID&meta_key=price&orderby=m
eta_value_number&order=DESC&showposts=’.$limit.’&pag
ed=’ . $paged); ` to one of my template pages, but it didn’t work too. Can anyone help, please? I’m a newbie in programming and php…