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

@ -1,6 +1,6 @@
<article id="post-<?php the_ID(); ?>" <?php post_class('item group'); ?>>
<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-featured'); ?>
<?php else: ?>
@ -12,7 +12,7 @@
<div class="item-slant-right"></div>
<span class="item-category"><?php the_category(' / '); ?></span>
<h3 class="item-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>
</h3><!--/.item-title-->
</div>

View file

@ -1,7 +1,7 @@
<li>
<article id="post-<?php the_ID(); ?>" <?php post_class('entry group'); ?>>
<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: ?>
@ -12,7 +12,7 @@
<header class="entry-header">
<div class="entry-category"><?php the_category(' / '); ?></div>
<h2 class="entry-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><!--/.entry-title-->
</header>

View file

@ -1,6 +1,6 @@
<article id="post-<?php the_ID(); ?>" <?php post_class('entry group'); ?>>
<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-small'); ?>
<?php else: ?>
@ -13,7 +13,7 @@
<header class="entry-header">
<div class="entry-category"><?php the_category(' / '); ?></div>
<h2 class="entry-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><!--/.entry-title-->
</header>

View file

@ -9,7 +9,7 @@
<header class="entry-header">
<div class="entry-category"><?php the_category(' / '); ?></div>
<h2 class="entry-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><!--/.entry-title-->
</header>

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>

View file

@ -13,7 +13,7 @@
<header class="entry-header">
<div class="entry-category"><?php the_category(' / '); ?></div>
<h2 class="entry-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><!--/.entry-title-->
</header>