發佈日期:
如何在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');
發佈留言