chnm / anthologize

Anthologize is a free, open-source, WordPress-based platform for publishing. Grab posts from your WordPress blog, pull in feeds from external sites, or create new content directly in Anthologize. Then outline, order, and edit your work, crafting it into a coherent volume for export in several formats, including PDF, EPUB, and TEI.
http://anthologize.org
GNU General Public License v3.0
174 stars 28 forks source link

"Order by" interface for sidebar on Project Organizer #109

Closed boonebgorges closed 5 years ago

boonebgorges commented 5 years ago

One more thing to sneak into 0.8.0. With large numbers of posts, in the sidebar, it's nice to be able not only to filter by category etc, but also to sort. This PR introduces an interface that allows sorting by Author (I use a custom filter on the SQL so that we can sort by display name), Date, or Title. Either can be ASC or DESC. Default is Title (A-Z).

screenshot_2019-01-04_13-57-13

boonebgorges commented 5 years ago

This has now been merged.