Alphabetizing Posts « WordPress Codex
$posts = query_posts$query_string . &orderby=title&order=asc&posts_per_page=-1;
via Alphabetizing Posts « WordPress Codex.
sorted alphabetically
$posts = query_posts$query_string . &orderby=title&order=asc&posts_per_page=-1;
via Alphabetizing Posts « WordPress Codex.
sorted alphabetically