Hello world!
I'm trying to add the wordpress bar to my theme but i can't.
Can someone help me? Thanks :)
p.s. this is the bar: http://setwordpress.com/wp-content/uploads/2011/10/wordpress-3.3.1-new-admin-bar.png
Hello world!
I'm trying to add the wordpress bar to my theme but i can't.
Can someone help me? Thanks :)
p.s. this is the bar: http://setwordpress.com/wp-content/uploads/2011/10/wordpress-3.3.1-new-admin-bar.png
That is built into wordpress 3.3. In the dashboard go to users > my profile and select "Show Toolbar when viewing site" and save.
Yes my profile said that it's enabled but i don't see it.
Probabily i don't added it to my template code...
If the theme you are using hasn't been updated to support the admin bar then no, it would not show up.
i developed the theme and i would like to know how to support the admin bar. Sorry i don't explaine well my problem
Solved!
Just add <?php wp_footer(); ?> before </body> and <?php wp_head(); ?> before </head>
You must log in to post.