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 »

How do I remove the link from a post title?


  #1  
Old Jan 29, 2011, 06:18 PM
DailoDanyo
 
1 posts · Jan 2011
How do I remove the link from a post title?

Hello all,

I am trying to remove the link in the title of my posts...

I've searched the wordpress support forum and was told to edit the index.html of Atahualpa and they suggested that I edit index.html for Atahualpa to disable the link but this is what I get when I look at the index.html file.


<?php # error_reporting(-1);
list($bfa_ata, $cols, $left_col, $left_col2, $right_col, $right_col2, $bfa_ata['h_blogtitle'], $bfa_ata['h_posttitle']) = bfa_get_options();
get_header();
extract($bfa_ata);

?>

<?php /* If there are any posts: */
if (have_posts()) : $bfa_ata['postcount'] = 0; /* Postcount needed for option "XX first posts full posts, rest excerpts" */ ?>

<?php include 'bfa://content_above_loop'; ?>

<?php while (have_posts()) : the_post(); $bfa_ata['postcount']++; ?>

<?php include 'bfa://content_inside_loop'; ?>

<?php endwhile; ?>

<?php include 'bfa://content_below_loop'; ?>

<?php /* END of: If there are any posts */
else : /* If there are no posts: */ ?>

<?php include 'bfa://content_not_found'; ?>

<?php endif; /* END of: If there are no posts */ ?>

<?php # center_content_bottom does not exist
# if ( $bfa_ata['center_content_bottom'] != '' ) include 'bfa://center_content_bottom'; ?>

<?php get_footer(); ?>

Here is the link to the website I'm building:
www.luckycarwash.com

Thanks for the help!!
-Dan
  #2  
Old Jan 30, 2011, 04:57 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
You can go into the code to remove the link, but why?

Your are only displaying single pages and the titles are not currently links. The reason for the underline is because you have set the post/page title to be underline (ato->Style POSTS & PAGES->HEADLINE Box: Text)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old May 12, 2013, 11:11 AM
SharonJ's Avatar
SharonJ
 
644 posts · Sep 2010
Duncan BC Canada
I had this written down on a cheat sheet which I just found.

Remove link from post title. Go to edit/ bfa_post_parts.php and delete lines 52-54

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

Not sure if I have ever done this or if it worked when I did.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Remove home page post titles, post information, comment link and category. dazedangels Post-Kicker, -Byline & -Footer 4 Jan 22, 2011 04:41 PM
How can I remove the previous post link and the next post link in a single post alexliang Center area post/pages 1 May 21, 2010 08:21 AM
how to remove Post Title from Single Post page ONLY vargaso Center area post/pages 2 Apr 30, 2010 01:38 PM
How to remove link to individual posts in post title? kristofferrom Center area post/pages 3 Apr 29, 2010 11:14 AM
Single Post Pages--How to make post title a link? chainpin Atahualpa 3 Wordpress theme 4 Aug 20, 2009 01:02 PM


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


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