현재 제 WordPress Blog의 Theme는 Suffusion Theme 입니다. 이 Theme와 제가 따로 쓰는 다중언어 지원 Plugin인 Polyglot WordPress Plugin을 같이 쓸 경우에 Page Title과 Post Title에 Polyglot tag를 잘 Handle하지 못합니다. 이때 다음과 같이 Suffusion Theme에서 쓰는 함수에 Filter를 polyglot.php에 추가해 줍니다.
1 2 | add_filter( 'suffusion_get_post_title_and_link' , 'polyglot_filter' ,1); add_filter( 'suffusion_set_title' , 'polyglot_filter' ,1); |
물론 polyglot plugin이 update되면, 이것도 추후에 수정해 주어야 합니다.
브레드의 세상보기: Polyglot WordPress Plugin 과 Suffusion Theme http://bit.ly/e46PE8