• Resolved grishart

    (@grishart)


    Hi all

    Sorry if I don’t get my terms right!

    I am designing my own WP template but seem to have lost the tool bar that appears at the top of the website when I am logged into my wordpress. Is there some code I have deleted from my header or function files. It works when I revert to the 2011 theme.

    Any help would be great.

    Thanks for your time.

Viewing 8 replies - 1 through 8 (of 8 total)
  • you checked allready the checkbox in your profile?

    Thread Starter grishart

    (@grishart)

    Ahhh no haven’t where would I find that and why would it work in some templates and not others?

    Thanks

    you may have deleted the wp_head call from the header, or wp_footer call from the footer

    the most common cause!

    https://vudu.me/88
    is a writeup, those calls are vital to many plugins and functions

    if it works in some templates better follow Rev.Voodoo!

    Thread Starter grishart

    (@grishart)

    Thanks all that sounds like it.

    so I need to put WP_head in my header so I get the top bar That gives me the admin, Dashboard, edit… Buttons?

    Thanks

    you need to put it in your header for a lot of things!

    It is VERY important, the wp_footer in the footer is just as important!

    You need both of those in place for that admin bar to work properly

    Thread Starter grishart

    (@grishart)

    Thanks for this voodoo

    I will check my header and footer against the 2011 theme header and footer to see what I have deleted!

    Thanks

    Sure, you can also peep the article I link

    It tells you exactly where to put them

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Quick tool bar not appearing when I am logged into my site’ is closed to new replies.