• Greetings

    Great plugin , works right of the box and does exactly what it says.

    I am wondering if there is any way a user can save / bookmark / favorite posts in different lists for example creating a list with title “furniture” and then favoriting posts with furniture and adding them into the “furniture” list, like in youtube where you create playlists by adding videos.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, did you find a solution for this? I could use this feature on my site. Thanks

    There is nothing simple built in to do this, the closest thing I have done to this is customise favourites lists using the Method 2 WP Query code here, you could have any number of templates, custom if statements to show lists for any scenario or user roles and custom WP Query loops for any specific favorites list design like custom post types etc, you could then theortically use the WP Query to seperate lists into custom taxonomies for example, so any post that was favorited with a taxonomy would then have its own seperate list for that taxomony, I think it’s along those lines but it is custom.

    • This reply was modified 2 years, 2 months ago by gstar3.
    • This reply was modified 2 years, 2 months ago by gstar3.

    I’ve just made a pull request on plugin github repository, adding 2 parameters to [user_favorites] shortcode that enable filtering by taxonomy terms also. This way you can have different lists of favorites on the same post_type, filtering them by taxonomy.

    https://github.com/kylephillips/favorites/pull/166

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is it possible to create different lists of favorite posts ?’ is closed to new replies.