This plugin creates a custom field on the posts to hold a counter for the amount of times favourited. This field is called "simplefavorites_count"
Now all that is needed is to add a query filter to your view for this field that will allow you to list out the posts if the count is greater than a certain number.
0% of people find this useful.
This support ticket is created 6 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
I'm not 100% sure of what you are trying to achieve so in order to assist better could you explain in a bit more detail for me so I can see whether this is possible or not.
In my list post (Tournament Handball) I add a button "add favorite" and "remove favorite", it's OK.
Only admin and subscriber see the option (its 'ok)
Tournament it's my taxonomy, Handball it's my Term.
I would like create a view Tournament with a favorites posts.
I can use a new function ? or query in my view configuration ?
Yes I know the field exist but I'm not seeing it on any of the posts from the tournaments CPT. It has to be stored on the post itself in order for us to filter it.
So lets see what there support team says.
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