Wordpress Admin Bar Not Showing on frontend of site

前端 未结 17 1403
星月不相逢
星月不相逢 2021-02-01 14:58

Please could anyone help me with this problem? The wordpress admin bar is not displaying on the front-end (public visible pages) of my website. It shows when I\'m logged in at t

17条回答
  •  误落风尘
    2021-02-01 15:32

    First, double checked all of the other items mentioned here (wp_footer(), etc).

    Three more things to check:

    • make sure header.php has > not just
    • try disabling plugins one by one if you're still having trouble. (For me, the Simplest Gallery 2.7 with WP 3.7.1 caused a conflict that made the admin bar disappear)
    • look for function remove_admin_bar() { return false; } in the theme's functions.php - change it to return true.

提交回复
热议问题