• Hello,

    I need some help with the below error please, I can not access the wp-admin or wp-login.php.

    Does anyone know how to resolve please?

    Parse error: syntax error, unexpected end of file in /home4/annabels/public_html/wp-content/themes/Pretty Chic/functions.php on line 216

    Thanks,
    A

Viewing 3 replies - 1 through 3 (of 3 total)
  • There must be a “}” missing in your function.php. if you could share the code of your function.php file I will look into it.

    Thread Starter ASilver88

    (@asilver88)

    Hi thank you,
    Yes, there is a curly missing in the footer code, but I can’t get back in to change it – do you know how?

    //* Customize the entire footer
    remove_action( ‘genesis_footer’, ‘genesis_do_footer’ );
    add_action( ‘genesis_footer’, ‘sp_custom_footer’ );
    function sp_custom_footer() {
    ?>
    <p>Pretty Chic Theme By: Pretty Darn Cute Design</p>
    <?php
    }

    Sorry for late reply, did you solve the problem or is it still there?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Parse Error: Can not access admin or site’ is closed to new replies.