IT Knowledge Base

~ Without sacrifice, there can be no victory ~

發佈日期:

分類:

,

如何在WordPress中‧手動加入『meta description』內容

01. 之前有用過Yoast Plugins,在網站中加入『meta description』內容。但如果不用Yoast Plugins,人手要如何將『meta description』,加入自己想要的內容呢?

02. 答案原來很簡單,參考這個『網頁』便找到答案了。

03. 打開『wp-content\themes\<current_theme_name>\function.php』,加入以下內容。

function gretathemes_meta_tags() {
echo '<meta name="description" content="生活上,總是遇上不同的IT、維修等奇怪問題。" />';
}
add_action('wp_enqueue_scripts', 'gretathemes_meta_tags');

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *