<?php
global $query_string; // required
$posts = query_posts($query_string."&orderby=title&order=ASC");
?>
Place it above Repeater or East Posts
<?php
global $query_string; // required
$posts = query_posts($query_string."&orderby=title&order=ASC");
?>
Place it above Repeater or East Posts