// --- Disable Comments Completely --- add_action('admin_init', function () { global $pagenow; if ($pagenow === 'edit-comments.php') { wp_redirect(admin_url()); exit; } remove_meta_box('dashboard_recent_comments', 'dashboard', 'normal'); foreach (get_post_types() as $post_type) { if (post_type_supports($post_type, 'comments')) { remove_post_type_support($post_type, 'comments'); remove_post_type_support($post_type, 'trackbacks'); } } }); add_filter('comments_open', '__return_false', 20, 2); add_filter('pings_open', '__return_false', 20, 2); add_filter('comments_array', '__return_empty_array', 10, 2); add_action('admin_menu', function () { remove_menu_page('edit-comments.php'); }); add_action('init', function () { if (is_admin_bar_showing()) { remove_action('admin_bar_menu', 'wp_admin_bar_comments_menu', 60); } }); // ----------------------------------- // --- Hide Comments via CSS --- add_action('wp_head', function() { echo ''; }); // ----------------------------- 사쿠라 시대 축제 2026:성시에서 사무라이 체험! | ディープ・ローカルトリップ(Deep Local Trip)

사쿠라 시대 축제 2026:성시에서 사무라이 체험!

사쿠라 시대 축제 2026:성시에서 사무라이 체험!

매년 11월에 신마치 거리 주변에서 개최되는 타임 슬립 이벤트. 무술의 연무, 에도 대도예, 갑옷을 입은 무자 행렬 등 사무라이 기분을 마음껏 맛볼 수 있습니다. 어린이 동반이나 외국인 관광객에게 대인기의 가을의 제전입니다.

📍 장소: 신마치 거리(사쿠라 시립 미술관 주변)
🗓️ 개최 예정: 2026년 11월 중순
💡 볼거리: 리얼한 갑옷을 입은 무자 행렬이나, 고무술의 연무, 화장 체험 코너!
Yumi

이 기사를 작성한 사람: Yumi

지바현에 거주하는 지역 여행 작가. 주말에는 카메라를 가지고 지바현 내의 숨겨진 명소를 개척 중. 특히 깊은 역사 명소와 현지 음식에 눈이 없습니다.

コメント