워드 프레스 자체인지 또는 Tiny MCE인지 잘 모르겠습니다. 그러나 HTML과 Visual 편집기 사이를 전환 할 때을 추가하고 전환 할 때
마다 추가합니다. 코드에 줄 바꿈이 없어도 HTML 코드의 태그를 기반으로 코드를 배치 할 위치를 결정하는 것 같습니다.
이 원인은 무엇이며 어떻게 해결합니까?
템플릿 함수 파일에서 이미 이것을 시도했습니다.
//disable auto p
remove_filter ('the_content', 'wpautop');
remove_filter ('comment_text', 'wpautop');
// Remove auto formatting
remove_filter('the_content', 'wptexturize');
remove_filter('comment_text', 'wptexturize');
remove_filter('the_title', 'wptexturize');