Co-Authors-Plus icon indicating copy to clipboard operation
Co-Authors-Plus copied to clipboard

Cannot find a way to query for all posts where a specific user is a (co)author

Open roland-jungwirth opened this issue 6 months ago • 0 comments

I need to set up a custom query (for an Elementor loop grid) that constraints the query to all posts from a specific author and/or co-author. Unfortunately I did not find anything in the code. Obviously this won't work

$query->set('author', $author_id);

so how can I achieve this?

roland-jungwirth avatar Aug 13 '24 12:08 roland-jungwirth