Skip to content
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

screen reader text showing on desktop? #55

Closed
reil86 opened this issue Aug 31, 2016 · 1 comment
Closed

screen reader text showing on desktop? #55

reil86 opened this issue Aug 31, 2016 · 1 comment

Comments

@reil86
Copy link

reil86 commented Aug 31, 2016

The "posts navigation" title shows at the bottom of pagination and I'm wondering why it shows on my desktop. I thought it was only supposed to show if you have some sort of accessibility feature enabled? Unless Windows 10 or firefox automatically enables it?

I was going to just use a display: hidden class, but I was just curious!

Also, semi-related: where do you edit the post nav? I can't find it anywhere... Ex: Change "Older Posts" to "More Posts"

Thanks!

@holger1411
Copy link
Contributor

"post navigation" is just the headline of the posts navigation.
Its not an accessibility thingy.

The post navigation is a core WP function. Means the text comes from WP, not the theme by default.
Here is an article about it:
https://codex.wordpress.org/Function_Reference/the_posts_pagination

you can add parameters to it to overwrite the default text, or add a function to the functions.php to do it globally

Alternatively you may create an english text file to overwrite the defaults in one place

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants