UTF-8 환경을 위한 DB셋팅
- wp-db.php, mysql_select_db 다음에
@mysql_query(”set session character_set_connection=utf8;”);
@mysql_query(”set session character_set_results=utf8;”);
@mysql_query(”set session character_set_client=utf8;”);
워드프레스 한글판
- 정식판으로 설치하고 한글판의 language 파일만 복사
- define (’WPLANG’, ‘ko_KR’);
워드프레스 2.x 트래백핑 인코딩 문제 해결
- 인코딩이 다른곳에 트랙백 보낼때 “!트랙백주소”, 받을때는 자동 변환
runPHP
- 본문에 php를 사용할 수 있게 하는 플러그인
- visual rich editor 사용안함으로 설정
Clean Archives Plug-in
- page의 archive에 사용되는 플러그인
Get Recent Comments
- php get_recent_comments();, get_recent_trackbacks();
Jerome’s Keywords
- default:
$linkmode = ‘technorati’;
break; 로 변경 기본은 tag
- 테스트 중
del.icio.us
- Tag rolls / Link rolls
댓글 3개
트랙백 URL: http://reric.com/wp/2006/01/25/1/trackback
Hi, this is a comment.
To delete a comment, just log in, and view the posts’ comments, there you will have the option to edit or delete them.
Mr WordPress #
최근 목록 보여주기 플러그인을 설치했는데
어떻게 쓰는건지 잘 모르겠네요.
흐흐흐..
회사에서 알려주삼~^^
아, 그리고 새해복 많이 받으삼.. ^^
플럿 #
아넹 ㅎㅎ
회사에서 뵈영 :)
reric #