• 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!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Parse error ?’ is closed to new replies.