カスタムフィールドの値でソート

get_posts() や query_posts() でソートする際に、
カスタムフィールドの値でソートする場合は、
[code]
orderby=meta_value
meta_key=カスタムフィールド名
[/code]
と指定する。