I have a taxonomy-tools.php page that displays (at the url mysite.com/post-type/custom-taxonomy) all the posts from that custom taxonomy, using only the simple loop (if have posts...etc).
I'm looking for a way to sort these results alphabetically and to display more than 10 posts.
I tried with query_posts, but I get all the results for that post type and not for the taxonomy only.