WP-SlimStat 설정

Filed in: IT Add comments

wp-slimstat을 간단한 통계용 플러그인으로 설치하였는데

UTF-8으로 인코딩한 내 사이트에서 문제가 발생하였다.

다행히 바람 님으로 부터 해결방법을 알아낼 수 있었다.
//setlocale (LC_TIME, WPLANG);

주석 처리
$mySearchTerms = mb_convert_encoding($mySearchTerms, 'UTF-8', 'ASCII, UTF-8, EUC-KR');

인코딩 방법 이렇게 지정.



blog comments powered by Disqus