작업/워드프레스
워드프레스 : 사용자 개인정보 편집 적용
dig it
2016. 10. 2. 14:46
1/
플러그인 설치
https://wordpress.org/plugins/tinymce-advanced/
https://wordpress.org/plugins/visual-biography-editor/
2/
author.php 수정
<?php echo esc_html($curauth->description); ?> 대신
<?php echo wpautop($curauth->description, false); ?>
참고 페이지 https://wordpress.org/support/topic/p-tags-1
3/
각 유저페이지에서 작성 : html 적용됨
멀티사이트에서도 작동 잘 됩니다