WordPress自作テーマ kunai functions.phpのコード カスタマイズを前提で、どうぞ。 <?php function my_widgets_init() { register_sidebar( array( 'name' => __( 'sidebar-1', 'kunai' ), 'id' => 'sidebar', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h2 class="widgettitle">', 'after_title' => '</h2>' ) ); } add_action( 'widgets_init', 'my_widgets_init' ); $custom_header_