add_filter('wp_title', 'custom_title'); function custom_title($title) { return $title; // return 1; 이 아닌지 확인 } olreview – 페이지 4 – OLREVIEW

olreview