How to add Custom background support to a wordpress theme ?

Do you want better
IT Services ?

Let our experts help you navigate the digital world with tailor-made IT Solutions!

Adding a custom background support is relatively very easy in wordpress. Every one has seen the default twenty eleven theme, in admin panel there is an option to set the background image or  color. The same option can be added to your theme by simply adding the following code in functions.php

//To Add Custom  Background – add the following code in functions.php

add_custom_background();

 

Scroll to Top