Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,955
- How-to & Troubleshooting
- 129,249
- Creating & Extending
- 25,784
- Requests & Feedback
- 9,473
- Third Party Plugins
- 9,782
- Showcase
- 3,317
- Ideas
- 1,401
- Miscellaneous
- 9,165
-
Howdy. Looks like your theme is not calling wp_footer(). That’s where the menu bar is hooked up. You are getting the css which reserves a spot for it at the top of the theme page but not the menu itself.
<?php wp_footer(); ?>
</body>
</html>
Like that in your footer.php
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS