Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: The buddybar is showing on the forums page onfthis site; how do we do it?


Jeff Sayre
Participant

@jeffsayre

Jessica-

You mention this:

Added this code to the bbPress footer (before the closing /html tag):

<?php wp_footer() ?>

Did you add the call to wp_footer before the closing html tag, or just before the closing body tag? In other words, it should look like this:

<?php wp_footer(); ?>

</body>

</html>

Skip to toolbar