Forums
-
- Forum
- Posts
-
- Installation
- 28,538
- Troubleshooting
- 62,921
- Themes
- 10,445
- Plugins
- 15,400
- Requests & Feedback
- 15,014
- Showcase
- 3,257
-
wait, i got this to work to display the name:
<?php echo get_user_name($latestpost->poster_id); ?>
and this to make it into a link to the person’s profile:
<a href="<?php user_profile_link($latestpost->poster_id); ?>"><?php echo get_user_name($latestpost->poster_id); ?></a>
now all i need is to display the topic title and make it a link … i need help with this one please