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? In the Newscast theme. My website is http://www.stubstory.com and I'd really appreciate the help. Thanks as always - love the theme. -Matt
Deleting "Permanent Link:" from
3 posts from 2 voices-
Posted 10 months ago #
-
Hi,
Open your index.php. Look for this code
<a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link:','newscast')?> <?php the_title(); ?>">Replace it with
<a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>">Note: There are two lines with the same code. Replace both. :)
Regards,
IsmaelPosted 10 months ago # -
Thanks you very much Ismael - worked perfectly. You have my sincere appreciation. - Matt
Posted 10 months ago #
Topic Closed
This topic has been closed to new replies.














