On my Portfolio page here: http://sideeffectsdesign.com/demo-sites
When you hover over the link titles you get "Permanent Link: 'Link name'". Is there any way to remove that "Permanent Link" from the title?
On my Portfolio page here: http://sideeffectsdesign.com/demo-sites
When you hover over the link titles you get "Permanent Link: 'Link name'". Is there any way to remove that "Permanent Link" from the title?
Hey,
open up single.php and search for following code - you can delete the Permanent link text:
<h2 id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>You must log in to post.