• I have upgrade my wordpress to 2.6.2 and I get this error message “Fatal error: Call to undefined function get_left_sidebar() in /home/george/wp-content/themes/george/home.php on line 13”. I am using a custom theme. Can anyone help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s a problem with the PHP code in your theme.

    Delete the theme from the server it will go back to the default theme. Make sure you have a local copy of your theme first. You can then check your code and re-upload your theme once you fixed the problem ( you may have depreciated tags in your code.)

    Is this get_left_sidebar() defined somewhere in your theme’s functions.php or somewhere else?
    Because there is no such function in WP, indeed.

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

The topic ‘WordPress Fatal error: Call to undefined function’ is closed to new replies.