add_action(‘after_setup_theme’, ‘twentysixteen_child_editor_styles’);function twentysixteen_child_editor_styles() {add_editor_style(‘css/editor-blocks.css’);}をfunctions.phpに書き込むことで、投稿編集画面にcssを適用させることができた

©︎ 2025-2026 todo