Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Fixed google search error for blog list
Browse files Browse the repository at this point in the history
  • Loading branch information
manishsongirkar committed Feb 20, 2014
1 parent 405f9f2 commit 41f5240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loop-common.php
Expand Up @@ -47,7 +47,7 @@
<?php if ( is_singular() ) { ?>
<h1 class="post-title entry-title"><?php the_title(); ?></h1><?php } else {
?>
<h2 class="post-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php printf( esc_attr__( 'Permanent Link to %s', 'rtPanel' ), the_title_attribute( 'echo=0' ) ); ?>" class="url"><?php the_title(); ?></a></h2><?php }
<h2 class="post-title entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php printf( esc_attr__( 'Permanent Link to %s', 'rtPanel' ), the_title_attribute( 'echo=0' ) ); ?>" class="url"><?php the_title(); ?></a></h2><?php }
?>

<?php rtp_hook_end_post_title(); ?>
Expand Down

0 comments on commit 41f5240

Please sign in to comment.