I'm trying to find a way to sort my posts (in a category) by the first letter of the post.
Here's my site: Hear The Scene
I know how to pull the letter out of the URL using PHP's $_GET, but I dont know how to then take that and sort through the posts with that specific letter.
Thanks