<?php /* ---------------------------------------------------------------------- widgetの設定があれば表示 ---------------------------------------------------------------------- */ if ( is_active_sidebar( 'sidebar1' ) ) { dynamic_sidebar( 'sidebar1' ); } ?>