I have no idea why WordPress is hiding this little gem or if it will be supported in future releases, but as of right now, if you wanted to list all your WordPress posts in alphabetical order you can do this:
wp_get_archives(‘type=alpha’);
And you can do so without banging your head against the wall for an hour like I did.




