Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   How to remove link to individual posts in post title? (http://forum.bytesforall.com/showthread.php?t=6802)

kristofferrom Apr 20, 2010 12:53 PM

How to remove link to individual posts in post title?
 
I'm designing this site: http://tambourhinoceros.net/home/ , and I would like to keep it very clean and therefore disable the link to the individual posts in each post's title.

Any ideas?

juggledad Apr 20, 2010 01:33 PM

I don't know why you would want to, this will effect all your multi post pages, like archives, etc and you will have to change it every upgrade, but here is what you do.

Edit bfa_post_parts.php and fine line 55 (in version 3..4.6) which should be
HTML Code:

                        <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php
and change it to
HTML Code:

                        <?php the_title();

moowens Apr 29, 2010 09:19 AM

Hello, thanks for the info. Very helpful. I modified the correct file and the post headlines were deactivated as links, just as i wanted. The strange thing is that now each post headline is duplicating itself.

eg: instead of 'Collect' it reads "CollectCollect"

Link: http://www.jvdb-ceramics.com/wordpress/?page_id=2

Any suggestions would be very great

juggledad Apr 29, 2010 11:14 AM

Ok, I goofed edit bfa_post_parts and remove lines 53-56 which should be
HTML Code:

                if( !is_single() AND !is_page() ) { ?>
                       
                        <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php
                }



All times are GMT -6. The time now is 11:25 PM.

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