post_date_gmt); else $time = mysql2date('Ymd', $post->post_date); if ( $time <= 20040505 ) { //<- EDIT HERE $search = array ('Ä','Ö','Ü','ä','ö','ü','ß'); $replace = array ('Ä','Ö','Ü','ä','ö','ü','ß'); $string = str_replace($search,$replace,$string); }; return $string; } add_filter('single_post_title','latin2utf'); add_filter('the_title','latin2utf'); add_filter('the_content','latin2utf'); add_filter('the_excerpt','latin2utf'); add_filter('comment_text','latin2utf'); add_filter('comment_excerpt','latin2utf'); add_filter('comment_author','latin2utf'); ?>