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

Commit 41f5240

Browse files
Fixed google search error for blog list
1 parent 405f9f2 commit 41f5240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loop-common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<?php if ( is_singular() ) { ?>
4848
<h1 class="post-title entry-title"><?php the_title(); ?></h1><?php } else {
4949
?>
50-
<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 }
50+
<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 }
5151
?>
5252

5353
<?php rtp_hook_end_post_title(); ?>

0 commit comments

Comments
 (0)