Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created September 25, 2014 14:24
Show Gist options
  • Save wpspeak/646af56ec7c4f786bbec to your computer and use it in GitHub Desktop.
Save wpspeak/646af56ec7c4f786bbec to your computer and use it in GitHub Desktop.
Add support for custom background in WordPress theme
<?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