Make sure your theme has the following in between its <body> and </body> tags:
<?php wp_footer(); ?>
The admin menu will not display to visitors unless you specifically want this to occur.
To configure the behavior, browse Settings / Admin Menu.




