Thanks for getting back to me.
I’m trying to allow logged-in users to filter through posts based on categories, tags and would like to give them a way to filter through bookmark status as well. So they can only see ‘not bookmarked’ posts within certain category for example.
I use CustomViews plugin for filtering by category/tag and I’m just looking to combine CBX Bookmark plugin with it.
Please see https://ibb.co/rQHMCfK for a rough idea.
So a filter called WATCHED is obviously the one I’m trying to make to work now.
CustomView plugin can filter by the value of a custom field, so my initial idea was to add a custom field which would then check the status of a bookmark like here:
https://gist.github.com/manchumahara/043cb79fc98e9ea5939354af50e22766
I think I was trying to put the code above into a custom field somehow.
Apologies if it doesn’t make any sens.
Thanks a lot