kylephillips / favorites

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

Multiple Favorites Lists? #159

Open zdietzen opened 2 years ago

zdietzen commented 2 years ago

Is there a way to have multiple favorites lists?

Ex: "Want" and "Have" list or "Like" and "Dislike" list

This would be perfect for what I'm needing if that's the case.

zdietzen commented 2 years ago

Here is the array, I can see it has a "group_name" so I feel like having multiple favorite list should be possible,

( 0 => array ( 0 => array ( 'site_id' => 1, 'posts' => array ( 1 => 1196, 2 => 1138, 3 => 1183, 4 => 1228, 5 => 1286, ), 'groups' => array ( 0 => array ( 'group_id' => 1, 'site_id' => 1, 'group_name' => 'Default List', 'posts' => array ( 1 => 1196, 2 => 1138, 3 => 1183, 4 => 1228, 5 => 1286, ), ), ), ), ), )

1 through 4 are favorites from one post type, and 5 is a favorite from another post type, it would be amazing to have these display as separate lists!