I'm trying to list all the posts in a category alphabetically but the closest I've been able to get is
(or something like that). That lists the posts in ALL categories alphabetically, is there a way to limit it to one category?
Code:
<?php wp_get_archives(type=alpha); ?>


Comment