I want to create a page on my site that will list every single post (with a link to each) in alphabetical order. The order is important. Any idea how?
If you site is a blog then use the site that person just gave you. But if you are wanting to put this on a XHTML/CSS site then you need some sort of script to read in your feed information and read your blog to put it on another page. I recommened some of the new javascript ones out there, they are able to read up to i think 15 post and then if you want they can then put them in any order you want as well as display up to 50 words from each post. They are very helpful.
thanks! this is the part I needed to add to the query on the archive page: &orderby=title&order=asc&posts_per_page=-1