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 remove the link from all page titles/headlines (http://forum.bytesforall.com/showthread.php?t=7488)

Niska Jun 8, 2010 03:41 PM

[SOLVED] How to remove the link from all page titles/headlines
 
In Style & edit CENTER COLUMN->The LOOP I find this line

HTML Code:

<?php bfa_post_headline('<div class="post-headline">','</div>'); ?>
But I don't understand how to modify it. Is it possible?

Or is it maby better/possible to use a WP-filter and make a custom plugin that removes the link?

juggledad Jun 8, 2010 04:35 PM

if you want to get rid of the link, you will have to edit bfa_post_parts.php the code in function bfa_post_headline

Niska Jun 8, 2010 10:13 PM

This theme seemed to be so flexible. And now I need to edit code? Why not at least put a filter before outputing the data? That would make it possible for me to write a plugin that changes the information.

lmilesw Jun 8, 2010 10:44 PM

Why not just make the title LOOK like it isn't a link with CSS like the following?
HTML Code:

.post-headline a:hover {
text-decoration:none;
cursor:default;
}


Niska Jun 8, 2010 10:46 PM

I found a solution. I removed the call to bfa_post_headline() and put my own code there instead...


All times are GMT -6. The time now is 08:35 AM.

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