Viewing 1 replies (of 1 total)
  • Go to your templates index.php file and find the following line

    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a><h2>
    (or a line similar to this (this is the default theme))

    Just delete everything except

    <h2><?php the_title(); ?></h2>

    Do the same thing in page.php, single.php etc.

Viewing 1 replies (of 1 total)

The topic ‘Title Link’ is closed to new replies.