2017-08-11 7 views

答えて

0

タイトルが変更されます。

add_filter('pre_get_document_title', 'change_the_title'); 
function change_the_title() { 
    return 'The expected title'; 
} 

だから、基本的には、特定のページ、カテゴリ、post_typesなどに変更し、その中に余分なロジックを追加することができます。..

Wordpress 4.4+: wp_title filter takes no effect on the `<title>` tag

関連する問題