Forums

Parse error ? (4 posts)

  1. miga
    Member
    Posted 1 year ago #

    Hello,

    I finally finished my website and the last thing I did was to modify the Footer Credits Section by adding this:

    // Modify credits section add_filter('genesis_footer_creds_text', 'custom_footer_creds_text'); function custom_footer_creds_text($creds) { $creds = '[footer_copyright]' . get_bloginfo('name') . ' • Built on the [footer_genesis_link]'; return $creds; }

    Since then I can't see my site, I'm getting this error massage and also I can't get to the WP admin to change it back:

    Parse error: parse error in D:\Domains\korea-israelcom\korea-israel.com\wwwroot\wp-content\themes\enterprise\functions.php on line 5

    Thank you!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Remove your changes?

  3. miga
    Member
    Posted 1 year ago #

    I can’t log in to the admin
    I'm getting the same error

  4. stylishjm
    Member
    Posted 1 year ago #

    FTP or use your webhosts filemanager to get into your site and change whichever file you edited?

Topic Closed

This topic has been closed to new replies.

About this Topic