Created
September 25, 2014 14:24
-
-
Save wpspeak/646af56ec7c4f786bbec to your computer and use it in GitHub Desktop.
Add support for custom background in WordPress theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//* Add support for custom background | |
add_theme_support( 'custom-background' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment