WordPressのカスタムヘッダーの有効化
function.phpに下記を追加。
add_theme_support( 'custom-header' );
任意のテンプレートの任意の場所に
<img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="ビルボードイメージ" />