// --- 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 ''; }); // ----------------------------- Sakura Jidai Festival 2026: Samurai experience in the castle town! | ディープ・ローカルトリップ(Deep Local Trip)

Sakura Jidai Festival 2026: Samurai experience in the castle town!

Sakura Jidai Festival 2026: Samurai experience in the castle town!

A time slip event held around Shinmachi Street every November. Enjoy martial arts demonstrations, Edo street performances, a procession of warriors wearing armor, and more to fully experience the samurai atmosphere. This autumn festival is very popular with children and foreign tourists.

📍 Location: Shinmachi Dori (around Sakura City Museum of Art)
🗓️ Schedule: Mid-November 2026
💡 Highlights: Parade of warriors wearing realistic armor, ancient martial arts demonstrations, and Japanese clothing experience corner!
Yumi

This article was written by: Yumi

Local travel writer living in Chiba Prefecture. On the weekends, I explore hidden spots in Chiba Prefecture with my camera. I have a particular eye for deep historical spots and local gourmet food.

コメント