Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress Login Page Re: WordPress Login Page

#61818
mkhululi
Member

Hi,

Thanks for your response.

I get the error when closing the brace for the ELSE part of the IF statement:

[Fri Aug 07 13:56:50 2009] [error] [client 127.0.0.1] PHP Parse error: parse error in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\…\header.php on line 77, referer: http://localhost/test/.

I tried the following:
I closed the ELSE statement at the start of footer.php – the error then I tried at the end of the index file just before <?php get_footer();?>. And I get the error again.

Now, just so that I can test what I am doing I closed the brace just before the wrapper <div> – this is inside the header file.

just out of curiosity – am not a php or wordpress guru – is it possible to close code block – {//code block} in a different file?