Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Forum How-To (http://forum.bytesforall.com/forumdisplay.php?f=9)
-   -   [SOLVED] theme issue problem bfa_post_parts.php (http://forum.bytesforall.com/showthread.php?t=15706)

mad_hatter1986 Oct 19, 2011 02:54 PM

[SOLVED] theme issue problem bfa_post_parts.php
 
on my posts (testing) page

http://thebank.org.uk/oneilmedia/?p=231

it keeps coming up with this---

Notice:Undefined variable:bfa_ata_body_title_multi in E:\domains\t\thebank.org.uk\user\htdocs\oneilmedia \wp-content\themes\atahualpa\functions\bfa_post_parts. php on line 61
Night at Home



line 61 ish says something like this.....





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

if ( (is_single() OR is_page()) AND $bfa_ata_body_title != "" ) {
echo htmlentities($bfa_ata_body_title,ENT_QUOTES,'UTF-8');
} else {
if ( $bfa_ata_body_title_multi != '' ) echo htmlentities($bfa_ata_body_title_multi,ENT_QUOTES, 'UTF-8');
else the_title();
}

if ( !is_single() AND !is_page() ) { ?></a><?php } ?></h<?php echo $bfa_ata['h_posttitle']; ?>>
<?php echo $after;

}

}





if i change anything i just get synex issues, and don't know what to do really, any suggestions.

btw i have re uploaded the file, but it didn't work.

juggledad Oct 19, 2011 02:57 PM

knowing what version you are on might help

mad_hatter1986 Oct 19, 2011 03:00 PM

still on 3.6.7, but it was working half hour ago, think may done something wrong in the file by mistake.

juggledad Oct 19, 2011 03:02 PM

so what did you change? did you edit the theme code or make changes to the theme options?
or make any changes to wp-config.php?

mad_hatter1986 Oct 19, 2011 03:12 PM

i made a change to the bfa_post_parts.php file, thinking that i may of been able to put an image link in it to be able to give a banner at the top of my main blog page ( i have a number of static pages and then one blog page and want an image at the top, which still can't work out)

anyway the change didn't work and after that it stopped working, so i re-uploaded the file.

but now i'm having this issue.

juggledad Oct 19, 2011 06:18 PM

are you sure you loaded the one from the correct version?

mad_hatter1986 Oct 20, 2011 01:22 AM

No i wasn't,

i just checked and i had uploaded from an earlier version.

sorry

thank you, sorted now.


All times are GMT -6. The time now is 07:37 AM.

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