Advertisement
srikat

Untitled

May 14th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. //* Add support for custom background
  2. add_theme_support( 'custom-background', array(
  3. 'default-attachment' => 'fixed',
  4. 'default-color' => 'ffffff',
  5. 'default-image' => get_stylesheet_directory_uri() . '/images/bg.png',
  6. 'default-repeat' => 'repeat',
  7. 'default-position-x' => 'left',
  8. ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement