• Which file in the theme “Twenty Eleven” is there a call that gives the theme the option to change the background image from the admin panel?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter optmyz

    (@optmyz)

    I am possibly phrasing my question wrong. I am looking through the files of the “Twenty Eleven” theme trying to find the code, I assume PHP, that changes the background of the page depending on the selection made in the background sub menu in the admin panel.

    ‘Round line 100 in functions.php

    $theme_options = twentyeleven_get_theme_options();
    	if ( 'dark' == $theme_options['color_scheme'] )
    		$default_background_color = '1d1d1d';
    Thread Starter optmyz

    (@optmyz)

    ‘Round line 100 in functions.php

    Thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘File and location where Twenty Eleven makes a background call’ is closed to new replies.