Skip to content

Instantly share code, notes, and snippets.

@epicdaze
Created June 18, 2011 03:59
Show Gist options
  • Save epicdaze/1032786 to your computer and use it in GitHub Desktop.
Save epicdaze/1032786 to your computer and use it in GitHub Desktop.
#wordpress - enable adminbar in custom theme #theme #adminbar
<!-- /* 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