buscá en el archivo home.php o index.php la parte a la que se refiere el titulo de cada entrada y pone:
Código PHP:
Ver original<a href="<?php the_permalink(); ?>" title=" Enlace permanente a <?php the_title(); ?>" rel="category tag"><?php the_title(); ?></a>
Y eso debe servirte tambien para single.php y page.php
probá asi... Suerte