Setting multiple default background images?

The following code lets me set a default background image. Is it possible to set multiple custom backgrounds?

add_theme_support( 'custom-background', array(
    'default-image' => get_stylesheet_directory_uri() . '/images/image1.png',   
) );

Related posts

Leave a Reply

1 comment