Viewing 1 replies (of 1 total)
  • You need to find something like this
    <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    and change it to
    <h2 class="entry-title"><?php the_title(); ?></h2>

Viewing 1 replies (of 1 total)
  • The topic ‘How do I remove the Permanant links that are on every Title.’ is closed to new replies.