-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Latest Posts] Add filtering by author #20415
Conversation
Size Change: +828 B (0%) Total Size: 865 kB
ℹ️ View Unchanged
|
Using Gutenberg.run, I imported via XML posts from a few different sources making sure to have multiple authors. However, none of the imported "authors" of the posts showed up in the dropdown because they were imported as subscribers. While this is probably the correct behavior, it may be worth noting that changing the user role to contributor will also work since they can edit_posts. Otherwise, works as expected. |
I will close this in favor of #16169 |
Description
Adds an Author filter to the
LatestPosts
block.How has this been tested?
Tested locally by:
LatestPosts
blockScreenshots
Types of changes
Non breaking filter addition to
QueryControls
component andLatestPosts
block.