WordPress / twentytwentytwo

Twenty Twenty-Two, the default WordPress theme that will launch with WordPress 5.9.
404 stars 92 forks source link

Having an h1 on single posts #249

Closed SGr33n closed 2 years ago

SGr33n commented 2 years ago

The single.html template doesn't have an h1 that should be the post title.

kjellr commented 2 years ago

Since the Site Title is a H1, implementing this (or #250) would unfortunately break compliance with the accessibility guidelines for themes. Let's continue to discuss in #233.

kjellr commented 2 years ago

As per the discussion in https://github.com/WordPress/twentytwentytwo/issues/233#issuecomment-985743555, we should be ok using more than one H1 per page. I've updated the "No Separators" template too, and will merge this in. Thanks for the help, @SGr33n!