Created
June 18, 2011 03:59
-
-
Save epicdaze/1032786 to your computer and use it in GitHub Desktop.
#wordpress - enable adminbar in custom theme #theme #adminbar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- /* this should placed in header.php in the <head> section (if it isn’t already) to enable plugins and admin bar functionality */ --> | |
<?php wp_head();?> | |
<!-- /* this should be placed in footer.php right before </body> to insert the actual html for the admin bar */ --> | |
<?php wp_footer(); ?> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment