Remove most title attributes from links

This commit is contained in:
Alexander Agnarson 2018-09-08 17:23:20 +02:00
parent 22b18ba5f4
commit 0768eec386
5 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
<div class="post-inner post-hover">
<div class="post-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('blogline-medium'); ?>
<?php elseif ( get_theme_mod('placeholder') != 'off' ): ?>
@ -20,7 +20,7 @@
<div class="post-content">
<h2 class="post-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>
</h2><!--/.post-title-->
<ul class="post-meta group">