-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add Post Type to hyperlinks search window #16534
Comments
Related: #13641 |
Many users often don't understand the distinction between different post types, so providing this information isn't always helpful. For power users who are more likely to make use of custom post types, this information is likely to be more relevant. The trick here is to determine a way of providing this information only when it's helpful to users, and avoid revealing information that contributes to complexity of the interface when it isn't helpful. One approach would be to provide this distinction only when it's contextually relevant and will help users make a more confident choice, only showing the post type when there are two results with the same title. There are some mockups that relate to/directly address this on #8573. |
Looks good in those other issues. Maybe close this issue and keep working on it in the other ones? |
Thanks for reporting. |
WordPress, before Gutenberg, used to show the post type (page/post) within the search for hyperlink. Can this be added?
Before Gutenberg links
After Gutenberg
The text was updated successfully, but these errors were encountered: