Eventually I solved the problem. I displayed the actors in dynamic views element (from dynamic.ooo) on a frontend page.
I put the filter criteria like so:
filter by these conditions
field = relatie_test (user based relationship field)
operator = LIKE
value = user(ID)
That did the trick for me.
Related Posts:
- Show 10 latest posts only from users with contributors role
- Why posts array is empty?
- Fast publishing in wordpress
- Which file do I need to edit the All Posts page in the admin area?
- Query posts and filter at query time by value of custom meta
- Run query_posts if SESSION is empty?
- How do you search for a post or page with a certain url on the WordPress admin panel?
- Very complex post query
- Delete post revisions only for a single post
- How to get the old WordPress Draft Editor view back with the Word count?
- Change the color of the Password Protected Post titles
- How to give classname to post if post has no content?
- Display post by click on the link
- Queries take 120+ seconds on my large WordPress site
- Exclude some posts from displaying in wp_query based on some condition
- Bolding several words at once
- Related Posts function not working
- How to retrieve certain number of images from a wordpress post?
- How to convert query sql to shortcode in wordpress?
- WordPress loop not working on static front page
- Some doubts about how the loop work (trying debugging it)
- Sort All Posts by Category Name in the Admin Panel?
- List latest posts with least comments in WP-Admin
- How to display only one category in a custom post type?
- Lightbox on wordpress post page
- Adjust the order for returned posts
- Export all posts to import as product items
- get last post’s link with SQL query
- Trim posts from WP-Query?
- Custom Select Query – Selecting the Year?
- Anyone know a php snippet for showing the first 200 characters of the most recent post?
- Get current taxonomy and display query accordingly
- Prevent duplicate pages from being added
- Trying to exclude custom posts based on date, while sorting by custom field
- WordPress, custom post type and posts query help!
- Some blog posts containing source code fail to save draft or publish
- How Can I Always Display A Particular Post First Using WP_Query?
- Return records between two meta datetimes saved as strings
- WP_Query outputs wrong post in custom post type
- WordPress Query – Display 5 posts (same post type), each from a given tag
- Edit post & page option does not display on latest wordpress
- Cannot create new posts or upload images using media manager
- user_has_cap filter allows “edit_others_posts” but not is not allowing updating/publishing
- ‘QTags.addButton: arg2 distorts the button rather than just shows
- how to add tags to post in the Loop?
- Custom Fields – How to get the list of a specific active widget each time it rendered
- Merge get_comments & get_posts into a single query
- How to optimize posts query in wordpress
- Check if almost 10 year old – working code is up to date
- My page shows some other content in WP
- Query to fetch custom taxonomy along with post title
- the wp_post_update isn’t working all the time
- How to fetch courses in all languages in WordPress?
- Redirect old Posts URL to new URL
- Query custom post type custom meta key
- Post count doesn’t match number of posts shown in list in admin
- Limit Post Creation Count by Author or Role
- How to view a post from the wordpress admin screen
- allow user to create a draft post but not publish wordpress
- Ignore posts content in the posts queries for internal linking
- Blog open in new Tab
- How to search through “post title” and “tags” using WP_Query?
- Need to display a Jan 1st post as the site’s front page on Jan 1st, and Jan 2nd post as front page on Jan 2nd etc
- Remove status ‘archived’ from the default post and page view
- Strange behaviour in WordPress admin
- How to show WP admin edit page within template page/post?
- WordPress Screen Options, Help, Visual editor, Status, Visibility, Revisions, Published on and any toggled indicator don’t work for posts
- I have two post types in the same query, how can I use CSS to select only one post type?
- Many buttons not functioning in WordPress dashboard (as admin)
- Administrator Posts
- Redirecting to “All Posts” after post publish or update
- filter posts based on menu_order
- Bulk Post update_post_meta
- allow editor/author to publish others posts but not publish their own
- Count posts for pagination
- Changing a users posts to drafts upon role change
- Show 5 posts and than 3 posts offset with pagination
- AJAX load more posts not using correct category and repeating the same few posts
- I need some explanation on global $post [duplicate]
- How to delete all posts with dead image urls?
- Numbering author posts in posts query
- How to run select query of post with category and tags?
- Set featured image on creating new post
- Querying posts from current category, using a variable as array argument
- Blank page after changing number of post displayed in wp-admin
- Allow author to duplicate but not edit post
- How to sort posts in admin by name
- Query posts from newest category
- Disable `create_post` for built-in post type
- Add new post only in assigned category
- Sort Events by Venue Title – Sort Post set by related post ids
- Is it possible to display QUICK EDIT as default for all posts in wp-admin/edit.php page?
- How can I filter the post of a CPT by taxonomy Term in admin meta-box dropdown?
- issue in wordpress auto delete post and redirect to another 1
- wp query custom orderby not custom field
- How to enable comments meta box for other author posts?
- Remove All in One Seo from Posts for Contributors
- Admin is showing all posts on page 1
- Query post for today, if no post get the previous one
- Custom Select Query pagination not working properly