Remove aria-hidden
attribute from the post thumbnail link
This commit is contained in:
parent
92bcf64ba4
commit
ce47408461
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ function _s_post_thumbnail() {
|
|||
|
||||
<?php else : ?>
|
||||
|
||||
<a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
|
||||
<a class="post-thumbnail" href="<?php the_permalink(); ?>">
|
||||
<?php
|
||||
the_post_thumbnail( 'post-thumbnail', array(
|
||||
'alt' => the_title_attribute( 'echo=0' ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue