Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    add image background support template

    Posted in wordpress on 14 March 2016 by vectordesign

    Add the following in the function.php

    add_theme_support( ‘custom-background’, apply_filters( ‘runchums_custom_background_args’, array(
    ‘default-color’ => ‘f5f5f5’,
    ) ) );

    Leave a Reply