芦屋では伝統のある私立幼稚園です。ナースリー(3年保育)クラスからあります。
ホームページ:http://youchien-net.jp/yc/user/117/blog/showDetail.do
// 親テーマのCSSを読み込む add_action('wp_enqueue_scripts', function() { wp_enqueue_style('parent-style', get_template_directory_uri() . '/style.css'); }); // フッターにテスト出力 add_action('wp_footer', function() { echo ''; }); // 子テーマのCSSを読み込む function mansionstyle_enqueue_styles() { wp_enqueue_style( 'child-style', get_stylesheet_uri() ); } add_action( 'wp_enqueue_scripts', 'mansionstyle_enqueue_styles' );
芦屋では伝統のある私立幼稚園です。ナースリー(3年保育)クラスからあります。
ホームページ:http://youchien-net.jp/yc/user/117/blog/showDetail.do