Skip to:
Content
Pages
Categories
Search
Top
Bottom

All okay except no BP admin bar

Viewing 6 replies - 1 through 6 (of 6 total)

  • r-a-y
    Keymaster

    @r-a-y

    Do you have a call to wp_footer() in your themes’s footer.php?


    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!


    r-a-y
    Keymaster

    @r-a-y

    If you do not see the wp_footer() line anywhere in your theme’s footer.php, add it just before the </body> tag.


    wildbug
    Participant

    @wildbug

    What is the “wp_footer()” line? Can you please be specific, as I noted, I am not a programmer…thanks!!


    wildbug
    Participant

    @wildbug

    Thank you, that fixed it!! I looked it up online. For those who also don’t know what it means, here it is:

    I put this code before the /body line <?php wp_footer(); ?>

    THANKS SO MUCH Ray!!


    r-a-y
    Keymaster

    @r-a-y

    Glad you figured out!

    Sorry about not being specific ;)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘All okay except no BP admin bar’ is closed to new replies.
Skip to toolbar