Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress: Use query_posts to order_by tag alphabetically Re: WordPress: Use query_posts to order_by tag alphabetically

#67355
clokey2k
Participant

I think you’ll have to move back to the drawing board on this one…

Ordering by tag’s could be done using:

 

Which would create an array of all tags used. Then loop through each tag and run a loop of posts containing that tag. It would be messy… and any post with multiple tags will appear in the list for each tag it contains.

You might have to resort to an AJAX call to load them…