-
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
Post Excerpt: Read more link/button #29168
Comments
This was also reported as part of the fifth call for testing for the FSE Outreach Program by Justin Tadlock in this article, by Susan here, by Kristen here, by Jonas here, and by Oliver here:
It's unclear if this is meant to be a placeholder but, in the current iteration, one expects it would show up on the front end. If it's meant to be a placeholder, we should update it to make it clear that action is needed for it to work. Right now, if you do change the text of the link, it does appear on the front end as well: |
I don't think it is possible to correctly add a title after an unknown text, and there may be problems with translations. |
The current aria-label is "Read more link text" Edit: Ignore all of the above, I refreshed my page and it now says " Add quote" not "Write". |
I am not able to reproduce the part where the cursor is a pointer, please confirm. |
This seems to have been resolved with the above PR: #30959, as it makes it clearer to the user that they see a placeholder there, no? @scruffian should we close this one? |
Yes, we can close now :) |
By default the excerpt block doesn't output a read more link. In the editor I see:
But in the front end the "Read more" link isn't output.
When I edit the read more link the cursor is a pointer, but I think it should be a caret.
Also in themes we often add the post name after the read more link but hidden with the screen-reader-text class, for accessibility, so it would be good to do the same in this block.
The text was updated successfully, but these errors were encountered: