Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Show BP avatars inside WP loop?

  • I’m new to BP and I’m having a little trouble with the loops…

    The site I’m building uses BP for all of its cool functions except the ability to let members create their own separate blog – instead, they’ll be able to add posts to the main blog, like a traditional author.

    When I used the tags to display the author’s avatar I get the mystery man (even for my own when I see my icon used throughout the rest of the site) – I’m guessing it’s because I have to use a BP related tag, but how can I do that when it’s a WP loop to show all the blog posts?

    Here’s the section of my code I’m referring to:

    `

    query(‘showposts=10’); ?>
    have_posts()) : $current->the_post(); ?>

    <a href="” class=”se_button blue”>

    `

    Help is GREATLY appreciated!! Thanks!!!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Resolved] Show BP avatars inside WP loop?’ is closed to new replies.
Skip to toolbar