Skip to main content

All Questions

Tagged with
0 votes
2 answers
2k views

Sorting tags by name

I'm displaying a lit of tags when they have a description. I'd like to sort them by name instead of by post quantity. Is there a way to do this? <?php $tags = get_tags(); if ($tags) { ...
Zach Shallbetter's user avatar