不知道发生了什么,但即使我选中了“查看网站时显示工具栏”和功能。pho位置:
if (! current_user_can(\'manage_options\')) {
add_filter(\'show_admin_bar\', \'__return_false\');
}
我可以看到应该放置管理栏的空间,但它是空的,一个白色的栏,上面什么都没有,检查了源代码后发现:
<style type="text/css" media="print">#wpadminbar { display:none; }</style>
<style type="text/css" media="screen">
html { margin-top: 28px !important; }
* html body { margin-top: 28px !important; }
</style>
所以不知道还能做什么,有什么帮助吗?
谢谢
A.