有效的代碼就是下面,可以記錄下,這個是僅讓此關鍵詞顯示在網站首頁。關鍵詞自定義就自己調整就行了。
function wei_keywords_custom_function() {
if(is_home()){
echo '<meta name="keywords" content=" 今日簡報, 薇曉朵今日簡報, 薇曉朵,wordpress 新聞,wordpress 學習,wordpress 生態,wordpress 生態系統,wordpress SaaS,wordpress 主題,wordpress 插件, 薇曉朵主題" />';
}
}
add_action( 'wp_head', 'wei_keywords_custom_function' );
