Don't link to yourself on a permalink page.
git-svn-id: https://develop.svn.wordpress.org/trunk@7225 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e8eaeb4e43
commit
e08ece21fa
@ -10,7 +10,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="post" id="post-<?php the_ID(); ?>">
|
<div class="post" id="post-<?php the_ID(); ?>">
|
||||||
<h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
|
<h2><?php the_title(); ?></h2>
|
||||||
|
|
||||||
<div class="entry">
|
<div class="entry">
|
||||||
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
|
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user