登录时,WordPress管理栏未显示在前端

事实是, 我在互联网上发现了很多这样的内容,

  1. 检查footer.php是否为<?php wp_footer(); ?>
  2. 检查header.php是否为<?php wp_head(); ?>
  3. 检查function.php
    function my_function_admin_bar() {
        return false;
    }

    add_filter('show_admin_bar', 'my_function_admin_bar');
  1. 检查用户配置文件中的显示工具栏是否已勾选。

我检查了所有这些, 一切都很好并且井井有条。似乎它在标题之前创建了一个空白, 但实际上并没有在前端显示快速访问按钮。

N.B:以前它显示管理栏, 但突然间它消失了。

请帮助解决此问题…


#1


你是否仍然包含问题3中列出的代码(function.php中的函数)?如果是, 请将其删除-返回false会隐藏管理栏。

来源:

https://www.srcmini02.com/64196.html

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_37501.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?