“워드프레스나 kboard 게시판에 외부에디터를 입히는 방법이 있나요?” 네.
“있다면 어떻게 하나요??”
1. 워드프레스 default editor 를 해제 합니다.
$settings['quicktags'] = false;
(add_action 하시면 안되고 add_filter 하셔야 합니다. add_action 해도 될것 같은데 왜 안되는지 저는 잘 모르겠습니다.)
2. 구매하신 editor 를 플러그인화 하셔서 붙이시면 됩니다.
플러그인 스크립팅은 다른 에디터 플러그인들을 열어보시고 참조하시면 좋습니다.
Attorney, front-end developer, digital media artist, WordPress enthusiast, & a father of 4 wonderful children.
Lives in Colorado.