• Resolved chrisvwlc

    (@chrisvwlc)


    Hi,
    I hope you can help me with this, http://www.positiveoutcomeexpo.com
    I’m getting this error:
    Call to undefined function twentyeleven_get_theme_options()
    and I don’t know why – the function seems defined in inc/theme-options.php, where I see:

    function twentyeleven_get_theme_options() {
    	return get_option( 'twentyeleven_theme_options', twentyeleven_get_default_theme_options() );
    }

    I could add: ` if(function_exists(‘twentyeleven_get_theme_options’)) { ….} to remove error but I think my layout is being thrown by this not working because my footer floats into the sidebar in internet explorer

Viewing 1 replies (of 1 total)
  • Thread Starter chrisvwlc

    (@chrisvwlc)

    For anyone checking into this post, I think I must have inadvertently done something to the functions.php file in the twentyeleven folder. Replacing it with a fresh twentyeleven functions.php from a copy I downloaded fixed the problem.

Viewing 1 replies (of 1 total)
  • The topic ‘Call to undefined function twentyeleven_get_theme_options()’ is closed to new replies.