bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Adding wordpress posts to bbpress profile?

(1 post)
  • Started 1 year ago by smurfdude
  • This topic is not resolved

No tags yet.

  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?

Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.