Wordpress Admin Bar Not Showing on frontend of site

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

    Most of the time the wp_footer() call is right where it should be so if you still can't see the admin bar then try the following:

    1. log out of the backend

    2. navigate to the front-end

    3. clear your browser cache

    4. log back in using the absolute url i.e. yourwebsite.co.uk/wp-admin

      and then see if it comes up - worked for me.

    Also make sure the "Show Toolbar when viewing site" box is checked in your user profile page or whatever you try ain't gonna work my friend!.

提交回复
热议问题