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.
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.
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.
.... and how do I add this? Can it be borrowed from another theme?
Yeah, just borrow it from another theme :) Copy - Paste!
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.