• I am new to the WordPress world and I already need help!

    My blog is located at: http://www.alliemacrae.com/

    I tried to play with the theme and now this error appears:
    Parse error: syntax error, unexpected ‘=’ in /homepages/36/d316805181/htdocs/wordpress/wp-content/themes/hope/functions.php on line 57

    I cannot open my blog, etc. I tried re-loading the theme and admin sections through FTP but this has not helped.

    The full code is:

    [Mod Note: Code segment removed. If you want to post large blocks of code, please use a pastebin (Alternate URL). Thanks!]

    ***Does anyone know how to fix this?

    Thanks so much!

Viewing 1 replies (of 1 total)
  • while( list( $key, $photo ) = each( $items ) ) {

    Not entirely sure if this is the error, but think that that should be a comparative =

    while( list( $key, $photo ) == each( $items ) ) {

Viewing 1 replies (of 1 total)

The topic ‘Parse Error: Syntax Error – Please help!’ is closed to new replies.