functions.php
| 1 2 3 4 | add_action( 'init' , 'my_remove_post_editor_support' ); function my_remove_post_editor_support() {  remove_post_type_support( 'post', 'editor' ); } | 
 WordPress
  
  
  
  WordPress
| 1 2 3 4 | add_action( 'init' , 'my_remove_post_editor_support' ); function my_remove_post_editor_support() {  remove_post_type_support( 'post', 'editor' ); } | 
コメント