I created a CPT called “Team Members”. Some of that team members are also authors of blog posts. So I added a an ACF user field called “Team Member User ID”.
On the “Team Members” single page template I tried to setup the query but couldn’t manage to get the correct posts displayed.
What I tried was to set up a query for posts and query the user with the meta query:
Query:
Typ: Posts
Posttype: Post
Meta Query:
Meta Key: author (also tried author__in)
Meta Value: {Team Member User ID} (the correct user id is returned)
Compare: equal
Type: numeric (also tried char)
I already spent hours of googling the internet but couldn’t find a working solution for that and couldn’t get it to work. Any tipps for me?
Thank you very much. Every hint is very much appreciated.
I hope I get your requirement correct… You want to show posts from specific users, correct?
Why you don’t use simply users for that? Posttyp whateveryou need and filtered by “author”?