Remove most title attributes from links

This commit is contained in:
Alexander Agnarson 2018-09-08 16:54:16 +02:00
parent fa84dcfb45
commit ed6a820ffb
6 changed files with 10 additions and 10 deletions

View file

@ -11,7 +11,7 @@
<article <?php post_class(); ?>>
<div class="related-thumbnail">
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
<a href="<?php the_permalink(); ?>">
<?php if ( has_post_thumbnail() ): ?>
<?php the_post_thumbnail('blogrow-medium'); ?>
<?php else: ?>
@ -26,7 +26,7 @@
<div class="related-inner">
<h4 class="related-title">
<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
<a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a>
</h4><!--/.related-title-->
<div class="related-date"><?php the_time( get_option('date_format') ); ?></div>