Immagine header
Link per fare apparire immagine nell’header
// Register Default Headers function custom_default_headers_oltra() { $headers = array( 'oltra_prova' => array( 'description' => __( 'header di prova', 'text_domain' ), 'url' => 'http://www.oltra.it/wp-content/uploads/2017/08/cropped-banner-smm.png', 'thumbnail_url' => '', ), ); register_default_headers( $headers ); } add_action( 'after_setup_theme', 'custom_default_headers_oltra' );