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.