Feature #22869
openAlphabetizing Posts in Category
0%
Description
Hi All,
A faculty member is interested in alphabetizing the posts in the "glossary" category here: https://latinamericanandcaribbeandesign.commons.gc.cuny.edu/category/glossary/
I know she could manually back date post publish dates to make them appear in alphabetical order, but I am wondering if there is a less cumbersome, more sustainable way to alphabetize posts in a category.
I found this plugin but it's old: https://wordpress.org/plugins/wp-snap/
I was not able to identify any plugins that we currently have that might be able to accomplish this.
Updated by Boone Gorges 14 days ago
- Assignee set to scott voth
I'm also not aware of any plugins on the Commons that do this. Scott, have you seen anything?
Updated by scott voth 14 days ago
Yes, you can activate the "Shortcodes Unlimited" plugin and use this shortcode:
[su_posts tax_term="7" order="desc" orderby="title"]
You need to find the category ID (i.e. tax_term) for the "Glossary" category.