Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress WordPress Theme Development WordPress Header and Footer Templates Porting existing headers and footers into WordPress

La Kenzi
La Kenzi
14,346 Points

WordPress Menu Bar

I did everything as he did in this video and after he put in the code for the footer. I still don't see the WordPress Menu bar show up when I reload the page please help.

Aie Wan
Aie Wan
4,803 Points

Same. Could someone please help? This is what I did:

Cheers.

  <div class="footer-clear"></div>
<footer class="row no-max pad">
  <p>Copyright <?php echo date('Y'); ?></p>
</footer>

  <?php wp_footer(); ?>

  </body>
</html>

3 Answers

Adam Champagne
Adam Champagne
1,471 Points

I have the same problem... Any solutions?

Michael Rockett
Michael Rockett
40,365 Points

Hi, I seem to have solved this problem, what I did was go to wp-admin then under users and profile there's an option that say's 'Show Toolbar when viewing site'.

The weird thing is that mine was already checked but I changed the color scheme and for some reason when I refreshed the page the admin bar appeared

Anyway hope that was helpful

I have the same problem.Menu bar isn't appearing in my site i did everything as shown in video.Can anyone HELP ME??????????