想要把上方藍色部分隱藏嗎?很簡單
打開ftp進入主題位置
/public_html/wp-content/themes/xxx
xxx代表主題文件
點此進入主題資料夾
選functions.php打開
在主題
?>
當中貼上此代碼
[cc lang="php"] //wordpress隱藏上方的工具列 add_filter('show_admin_bar', '__return_false'); [/cc]






