Wordpress wpadminbar没有设置它的风格

dan*_*pen 1 css php wordpress

我目前正在研究wordpress主题,我的页面有一点问题.

wpadminbar元素没有设置它的样式.我不知道为什么会这样,但事实确实如此.

截屏:

wpadminbar错误

BDS*_*400 5

我有同样的问题,并将其添加到标头模板:

<?php

/* Always have wp_head() just before the closing </head>
 * tag of your theme, or you will break many plugins, which
 * generally use this hook to add elements to <head> such
 * as styles, scripts, and meta tags.
 */
wp_head();
?></head>
Run Code Online (Sandbox Code Playgroud)