Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //* Add support for custom background
- add_theme_support( 'custom-background', array(
- 'default-attachment' => 'fixed',
- 'default-color' => 'ffffff',
- 'default-image' => get_stylesheet_directory_uri() . '/images/bg.png',
- 'default-repeat' => 'repeat',
- 'default-position-x' => 'left',
- ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement