PHP Code:
<?php codbanner(1); ?>
PHP Code:
// $bfa_toss = the_title('','',false);
// in those cases
[b]<div align="center">codbanner(1);</div> [/b]
$bfa_temp_title = get_the_title();
if ( $bfa_temp_title == '' ) { ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link','atahualpa')?>">Permalink</a><?php
<div align="center">codbanner(1);</div>
Then, I'm add only the string:
codbanner(1);
PHP Code:
// in those cases
codbanner(1);
$bfa_temp_title = get_the_title();
if ( $bfa_temp_title == '' ) { ?>
but I need the middle and only single post page?!