Forums

Join
bbPress Support ForumsTroubleshootingAdding wordpress posts to bbpress profile?

Info

Adding wordpress posts to bbpress profile?

  1. When i was using author.php for my wordpress profile i used the following code to show the latest blog posts i had made

    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

  2. " rel="bookmark" title="Permanent Link: <?php the_title(); ?>">
    <?php the_title(); ?>
    Posted @ <?php the_time('d M Y'); ?>
  3. <?php endwhile; else: ?>
    <?php _e('Well well, it looks as if this user has no posts. Nevermind!'); ?>
    <?php endif; ?>

    This doesn't work in my bbpress profile, even though i have the 2 integrated. Any ideas of how i could get it to work?

  • You must log in to post.