Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wordpress Admin Bar Not Showing on frontend of site

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 the backend i.e Dashboard though. User settings are ok (set to show admin bar when viewing the site). I have tried deactivating (then, re-activating ) installed plugins, still no show.

Just a background note: I recently transferred the site to my webhost (I was developing locally and everything worked and is still working). And I have a custom folder for wordpress. I was wondering if the problem has to do with this.

Please help I have searched everywhere but seems everyone is looking to hide the admin panel instead.

Thanks in advance

like image 948
dtechplus Avatar asked Aug 27 '11 12:08

dtechplus


People also ask

How do I show my WordPress admin bar?

Remember, the WordPress Admin Bar is only visible to you when you're logged in to your site. To turn off this view, click the Edit my Profile link. Now, from this screen, you'll see a check box to Show Toolbar when viewing site.

How do I restore the menu bar in WordPress?

Enter the new menu name, then click “Create Menu”. In the window for the new menu you will see, under “delete menu”, the Display Location. Choose “Primary Menu”. To rebuild the menu you need to choose “Add Items”.

How do I hide the top admin frontend bar in WordPress?

You can hide the admin bar for specific users from the dashboard. Go to Users → All Users. Select the user you want to hide the admin bar for. Uncheck the Show Toolbar when viewing site option and save changes.


1 Answers

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.

like image 152
ksemel Avatar answered Oct 21 '22 13:10

ksemel