mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogrow.git
synced 2025-08-27 01:46:10 +08:00
Remove most title attributes from links
This commit is contained in:
parent
fa84dcfb45
commit
ed6a820ffb
6 changed files with 10 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue