• Resolved Franasia

    (@franasia)


    Hi everyone,

    It’s all my fault and be advised I do not know much about html or code but I have been replacing the Proudly powered by WordPress footer on the footer.php for my own reserved rights stuff for some time now but every time there’s a WP update the WP footer comes back again. I really respect the WP footer very much but will be very careful from now on.

    I’m on WordPress 3.3.1.

    I screwed up this time and I am getting this error message on all pages, plus the footer disappeared altogether, plus the background color is screwed up too!

    Parse error: syntax error, unexpected ‘;’ in /home//wp-content/themes/twentyeleven/footer.php on line 27

    I did save the code line which is the only thing I touched ( ‘Proudly powered by %s’, ‘twentyeleven’ ) but when I pasted it back on the page I could swear I turned it back to default but nothing happened. This is what I have now:

    <?php do_action( 'twentyeleven_credits' ); ?>
    <a>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ); ?></a>
    </div>
    </footer><!-- #colophon -->
    </div><!-- #page -->
    <?php wp_footer(); ?>
    </body>
    </html>

    [Please post code or markup snippets between backticks or use the code button.]

    Many TIA

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Parse error: syntax error, unexpected ';' on Twenty Eleven’ is closed to new replies.