
日期:2013-01-06 03:48 /人氣:601 /來源:互聯網
WordPress添加一個圖標鏈接到HTML頁面的head元素,瀏覽器上面就有相似baidu、Google的小的favicon的ico,這也是品牌與用戶體會到一種晉升。
在你的WordPress主題functions.php中添加以下代碼
function favicon_link() {
echo '' . "n";
}
add_action( 'wp_head', 'favicon_link' );
原文地址:http://xiedexu.cn/adds-a-favicon-link-to-the-head-element-of-html-pages.htm
更多信息請參考:http://www.wuhuab.cn
作者: