Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: All okay except no BP admin bar


wildbug
Participant

@wildbug

The footer php has this code in it:

<!-- BEGIN footer -->
<div id="footer">

<p class="copyright"><?php echo fs_settings('footer_copy'); ?></p>
<a href="<?php if (strlen(fs_settings('subscribe'))>0) echo fs_settings('subscribe'); else bloginfo('rss2_url'); ?>" class="subscribe"><?php fs_lang("Subscribe"); ?></a>
<p class="links"><?php echo fs_settings('footer_links'); ?></p>

</div>
<!-- END footer -->

Do I need to add something there? (Please be specific, I’m not a programmer and don’t know what a “call to wp_footer()” is exactly, or where to place it in the code)…THANKS!

Skip to toolbar