Girls Book template

Latest Reply from Alice at 2015-07-21 10:13:00
After activating this template, I get the following PHP errors at the top of the page.

"
Notice: Undefined variable: format in /home/xxxxx/public_html/wp-content/themes/girlsbook/inc/library.php on line 455

Notice: Undefined variable: echo in /home/xxxxx/public_html/wp-content/themes/girlsbook/inc/library.php on line 460

Notice: Undefined variable: format in /home/xxxxx/public_html/wp-content/themes/girlsbook/inc/library.php on line 465"
Hi!

I don't get the same errors, but if you get just delete the code:
$this->pagetitle=sprintf($format,$title);
on the 455 line of the girlsbook/inc/library.php file, delete the code:
if ( $echo ) {
echo "<title>".sprintf($format,$title)."</title>\r\n";
and
} else {
return sprintf($format,$title);
}
below.

Leave a reply

Add codeAdd image