Info
- 1 post
- 1 voice
- Started 5 years ago by lover11
- This topic is not resolved
Adding wordpress posts to bbpress profile?
-
- Posted 5 years ago #
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(); ?>
- " rel="bookmark" title="Permanent Link: <?php the_title(); ?>">
<?php the_title(); ?> Posted @ <?php the_time('d M Y'); ?><?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.