Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Finding/Editing the buddypress’s navigation bar


John
Participant

@johnwinch42

For those who are in the same situation, check if this is in your theme’s footer :

‘<?php
/* Always have wp_footer() just before the closing
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/

wp_footer();
?>’

It wasn’t in mine, I add it and it fixed my problem.

Skip to toolbar