kylephillips / favorites

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

Add 2 parameters to [user_favorites] shortcode to filter by taxonomy terms also #166

Open w3b-beweb opened 1 year ago

w3b-beweb commented 1 year ago

Added 2 arguments to the shortcode:

Simply uses already coded Favorites filters, to filter user favorites by taxonomy terms, as well as by post type

w3b-beweb commented 1 year ago

Unfortunately, the [favorites_button] is not aware of the taxonomy filter, so when you click the button to add or remove a favorite, it updates the list showing all favourite posts, regardless the filters defines in [user_favorites] shortcode used to generate the list at load page time.