我想在特定的div
在可在customizer中更改的主页上。我在文档中看到了body
(https://codex.wordpress.org/Custom_Backgrounds) 但我想为特定的部门,例如。#featured-home-image
. 怎样
$args = array(
\'default-color\' => \'000000\',
\'default-image\' => \'%1$s/images/background.jpg\',
);
add_theme_support( \'custom-background\', $args );