wordpress 2.0 설치
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