PS Disable Auto Formattingを入れる
http://kininarunet.com/wordpress_tinymce.html
ファンクションに
//ビジュアルエディタ表示と、実際に投稿された時の表示を揃える
add_editor_style('editor-style.css');
テーマフォルダに
editor-style.css
p{
margin: 0px;
padding: 0px;
}
PS Disable Auto Formattingを入れる
http://kininarunet.com/wordpress_tinymce.html
ファンクションに
//ビジュアルエディタ表示と、実際に投稿された時の表示を揃える
add_editor_style('editor-style.css');
テーマフォルダに
editor-style.css
p{
margin: 0px;
padding: 0px;
}