Currently I’m using this to sort posts by title: <?php $posts = query_posts( $query_string . '&orderby=title&order=asc' ); ?>
I placed the code in index before the loop starts. See the pastebin if you wanna see it all: http://pastebin.com/MkbL3yZy
But how do I sort posts by meta value? Simply changing title with meta_value doesn’t work for me.