Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Post-Kicker, -Byline & -Footer »

[SOLVED] How to remove the link from all page titles/headlines


  #1  
Old Jun 8, 2010, 03:41 PM
Niska
 
16 posts · Jun 2010
Sweden
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?
  #2  
Old Jun 8, 2010, 04:35 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jun 8, 2010, 10:13 PM
Niska
 
16 posts · Jun 2010
Sweden
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.
  #4  
Old Jun 8, 2010, 10:44 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
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;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Jun 8, 2010, 10:46 PM
Niska
 
16 posts · Jun 2010
Sweden
I found a solution. I removed the call to bfa_post_headline() and put my own code there instead...

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
remove Page titles cway Customization, Design, Programming... 6 May 18, 2011 03:44 AM
[SOLVED] Trying to remove page titles pcvguate Forum How-To 8 Jun 14, 2010 06:43 PM
[SOLVED] Centering post titles/headlines Paul33 Center area post/pages 2 Apr 19, 2010 11:07 AM
[SOLVED] Help Removing Titles or Headlines from Pages rbcs Header configuration & styling 2 Aug 30, 2009 12:22 PM
Remove link for main page in page menu Charlotte Page & Category Menu Bars 11 Apr 1, 2009 11:13 AM


All times are GMT -6. The time now is 04:19 PM.


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