How to Remove Links from Post Title

wordpress post link removeSome people say that having a post title which has link to itself is not good from SEO perspective. If you concur with this statement, here’s how to remove the link from the post title only.

1. Login to your self-hosted WordPress blog -> Appearance -> Editor

2. Click Single.php and find this code:

<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>

3. Delete and replace it with this code:
<?php the_title(); ?>

4. Click Update File. Done.

5 Responses to How to Remove Links from Post Title

  1. terima kasih mas atas tutorialnya, mau tak coba dulu. matur suwun …

  2. sayangnya saya masih menggunakan blogspot. apakah ada tips dan triknya untuk blogspot? :)

  3. nice info pak… kecil namun bermanfaat..

  4. mas.. sebelumnya saya ucapkan trims tipsnya tapi saya masih belum paham apa keuntungannya jika kita menghapus link pada judul tulisan?

  5. Unfortunately , I’m still using blogspot as platform.
    Well, this post inspire me to write such tutorial for blogspot platform :)

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>