Skip to content

Instantly share code, notes, and snippets.

@jimmy89Li
Created December 3, 2015 13:46
Show Gist options
  • Save jimmy89Li/bbeb981e67b3dd6a4f2b to your computer and use it in GitHub Desktop.
Save jimmy89Li/bbeb981e67b3dd6a4f2b to your computer and use it in GitHub Desktop.
Add background option in Appearance WordPress Admin Menu
// Register custom background = add background option in Appearance WordPress Admin Menu
add_theme_support( 'custom-background', array(
'default-color' => 'e6e6e6',
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment