kylephillips / favorites

Simple and flexible favorite buttons for any WordPress post type.
https://favoriteposts.com
223 stars 86 forks source link

Sort User's List of Favorites Alphabetically #136

Open drennhoff opened 4 years ago

drennhoff commented 4 years ago

Is there a short code to sort the user's list of favorite posts alphabetically? Also, how about tightening up the look of the user's list? Too much padding, lines inbetween posts. Favoriting 3 posts takes up a quarter of the page.

ahobitt commented 3 years ago

Hi, there is no shortcode for this, but you can create an extra template. As @GFargo has described here: https://github.com/kylephillips/favorites/issues/109#issuecomment-449682081 and add the following there: 'orderby' => 'title', 'order' => 'ASC',