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' ): ?>
@ -18,7 +18,7 @@
</div><!--/.post-thumbnail-->
<h3 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>
</h3><!--/.post-title-->
<ul class="post-meta group">

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">

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-list'); ?>
<?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">

View file

@ -9,7 +9,7 @@
<?php endif; ?>
<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">

View file

@ -13,7 +13,7 @@
<article <?php post_class(); ?>>
<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' ): ?>
@ -28,7 +28,7 @@
<div class="related-inner">
<h4 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>
</h4><!--/.post-title-->
<div class="post-meta group">