@rudimortensen
14 years, 8 months ago
Hello…..
I have a problem at my website underneath, it wont make the BuddyPress bar show up at all…
Does anyone have a clue about, why it wont?
http://blogdebatten.dk/buddypress/
@djpaul
Do you have a call to wp_Footer in your theme?
<?php get_footer() ?>
It´s located in the bottom of my index.php page…
@9pieceluggageset
14 years, 7 months ago
I had the same issue. Just add <?php wp_footer(); ?> in your code, do not replace your actual <?php get_footer() ?>.
Nothing changes in your footer, but the bar appears at the top.