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 » New Versions, & Updating »

Headline disappearing on single-post pages.


 
Prev Previous Post   Next Post Next
  #2  
Old Jul 9, 2009, 07:50 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Ah ha the key (new posts have the error, old posts are fine.

there is a new Atahualpa feature with 3.4 in dashboard->posts->edit-> Atahualpa Post Options. It seems that the upgrade automatically adds the 'post title' to 'Body Title' and it looks like that is where Atahualpa is grabbing the title for each post from. On a new post, the field is not automatcally filled in and so you get a blank title.

to fix this, edit bfa_post_parts.php and change lines 75-79 from
HTML Code:
	if ( is_single() OR is_page() ) {
		global $post;
		$bfa_ata_body_title =get_post_meta($post->ID, 'bfa_ata_body_title', true);
		$bfa_ata_body_title_saved =get_post_meta($post->ID, 'bfa_ata_body_title_saved', true);
	}
to
HTML Code:
	if ( is_single() OR is_page() ) {
		global $post;
		$bfa_ata_body_title =get_post_meta($post->ID, 'bfa_ata_body_title', true);
		if (!$bfa_ata_body_title == '') {
			$bfa_ata_body_title_saved =get_post_meta($post->ID, 'bfa_ata_body_title_saved', true);
		}
	}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
 

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing Page titles in single pages with out removing post titles robertbrand Atahualpa 3 Wordpress theme 7 Jun 21, 2011 10:33 AM
[SOLVED] Recent posts of same category, on single post pages GeoParadise Atahualpa 3 Wordpress theme 10 Apr 19, 2010 08:54 AM
[SOLVED] Next post and previous post links on top of single post page error susieswe Atahualpa 3 Wordpress theme 2 Jul 15, 2009 02:58 PM
Disappearing post text IE6 dedblank Atahualpa 3 Wordpress theme 4 Jun 16, 2009 05:53 AM
Footer on Single Post Pages > some of it is missing StudioGal Post-Kicker, -Byline & -Footer 10 May 8, 2009 12:31 PM


All times are GMT -6. The time now is 09:41 PM.


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