Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] How to Disable the Link Function in the Title of a Post (http://forum.bytesforall.com/showthread.php?t=3887)

globella Oct 14, 2009 06:26 PM

[SOLVED] How to Disable the Link Function in the Title of a Post
 
Hey gang. I love the theme! Thanks, Flynn!

I am trying to build a site with no links (other than a submit button). Obviously, the title of my post has an automatic permalink in the title. How do I disable this link, but keep the title function?

OR is there another way to do this that I am unaware of?

Thanks!

juggledad Oct 14, 2009 07:16 PM

in version 3.4.4 edit bfa_post_parts.php and delete lines 52-54

globella Oct 14, 2009 09:35 PM

Thanks Juggledad! I do not have line numbers... What exactly does it say in lines 52-54 that I need to delete?

globella Oct 14, 2009 10:45 PM

OK, I figured it out. I think it was line 46 or so... I took out the link, and it seems to be working fine.

This is what I deleted from bfa_post_parts.php:

{ ?>

<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php


}


All times are GMT -6. The time now is 05:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.