The MU forums have moved to WordPress.org

BuddyPress bar won't show in Random-Chaos theme (5 posts)

  1. billdennis5
    Member
    Posted 15 years ago #

    And it's very annoying.

    It's a pretty theme, but the BuddyPress admin bar won't show. And the darn thing isn't widget ready, so I'll have to fix that (you see, two bloggers REALLY want to keep this theme.

  2. andrea_r
    Moderator
    Posted 15 years ago #

    Look in footer.php for wp_footer. I bet it's not there, and it needs to be. This is one of those "hooks" that plugins use to plunk things into every theme.

  3. billdennis5
    Member
    Posted 15 years ago #

    .... and how do I add this? Can it be borrowed from another theme?

  4. Trent
    Member
    Posted 15 years ago #

    Yeah, just borrow it from another theme :) Copy - Paste!

  5. andrea_r
    Moderator
    Posted 15 years ago #

    Just becasue someone's gonna ask for a c&p job:
    <?php wp_footer(); ?>

    FYI, I typed wp_footer directly into the codex search and it couldn't find it. Argh.

About this Topic

  • Started 15 years ago by billdennis5
  • Latest reply from andrea_r