twentysixteen icon indicating copy to clipboard operation
twentysixteen copied to clipboard

Twenty Sixteen is a theme now included in all WordPress installs. To report any issues please go here: https://core.trac.wordpress.org/newticket

Results 14 twentysixteen issues
Sort by recently updated
recently updated
newest added

In `twentysixteen_post_thumbnail()` function there is `aria-hidden="true"` in post thumbnail link. In my understanding this is to avoid too much "noise" on screen readers because post title is already a link...

second opinion

Originally reported by @emiluzelac with #452. The bottom of site description is cut-off: http://envato.d.pr/171h0/5HHngCXz This is a side effect of #441, specifically `overflow: hidden`. Good thing is that since then...

bug
needs patch

It appears that the <div class="entry-content"> spans more content than it should. (I'm actually a bit surprised that a modern facing theme like TwentySixteen doesn't fully support [microformats 2](http://microformats.org/wiki/microformats2) instead...

testing

WordPress 4.5 supports CPT templates for oEmbed now, for example embed-promotion.php. But the embed defaults reference $GLOBALS['content_width'] -- [here](https://core.trac.wordpress.org/browser/tags/4.5.1/src/wp-includes/embed.php#L65) -- in the same way that Twenty Sixteen does -- [here](https://github.com/WordPress/twentysixteen/blob/master/functions.php#L143)....

needs patch
testing