You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
roland-jungwirth
changed the title
Cannot find a way to query for all posts where a specific user is a (co)author)
Cannot find a way to query for all posts where a specific user is a (co)author
Aug 13, 2024
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?
The text was updated successfully, but these errors were encountered: