Displaying custom post type by first letter through custom taxonomy
What I can say on your code: 26 loops are really a lot for a page, that page will load very slowly, unless you setup some cache Please, do not use query_posts it is very poor performant when called once, 26 times is performance hell If you set the taxonomy only to show this page, … Read more