I found this topic: https://toolset.com/forums/topic/favorites-post-in-view/
I have the same plugin installed (https://wordpress.org/plugins/favorites/).
---------
Hello Shane,
I installed this plugin. I have the field simplefavorites_count
In the filters of my view what to put with this field? constant ? url parameter ?
Thanks
Shane
Hi Christophe,
Great so since we now have the field we want to list the favourites is the amount of time it was favourited is greater than 0. So you would set the filter to Greater than and for the constant you will set it to 0
Please let me know if this helps.
Thanks,
Shane
---------
I try this, and it's work. But it filter the total favourites posts for all users.
I want to filter the view in order to show the favourites posts for a single user, the one who is logged.
Is it possible?
Thanks, Tommaso
Here you can see my favourites posts (5685, 6071, 6093 ecc… ID).
Could this be useful?
Hello,
There isn't such a feature within Views plugin, I suggest you try the shortcodes of Favorites plugin, for example:
[user_favorites user_id=”” include_links=”true” site_id=”” include_buttons=”false” post_types=”post” include_thumbnails=”false” thumbnail_size=”thumbnail” include_excerpt=”false”]
See their document:
https://wordpress.org/plugins/favorites/
section "User Favorites"