Call to undefined function twentyeleven_get_theme_options()
-
Hi,
I hope you can help me with this, https://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)
Viewing 1 replies (of 1 total)
- The topic ‘Call to undefined function twentyeleven_get_theme_options()’ is closed to new replies.