Wordpress Admin Bar Not Showing on frontend of site

前端 未结 17 1067
星月不相逢
星月不相逢 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:24

    Check that your theme includes a call to the function wp_footer() at some point, usually at the very bottom of footer.php. That generates the code required for the admin bar to show.

提交回复
热议问题