Tag: glossary
-
Create an Alphabetical Glossary of Posts in WordPress
Once up a time i did a client project where i had to have archives organized alphabetically. I ended up accomplishing by adding a query variable and targeting the posts_where filter. However, in answering a recent question at WordPress Stack Exchange I decided that it might be neater to create a hidden taxonomy instead. I…