I have created a custom author.php page in WordPress for displaying user profile pages when clicked on a username. Currently I’m using two buttons to link to “forum threads started by this user” and “forum posts the user has posted in” (the same buttons shown beneath the search option from simple-press).
Actually it would be much nicer if I can directly list the users last forum posts on their profile instead of a link to them. Example:
Author Name
– Name, Info, Profile information bla bla bla etc.
– List of 5 recent posts made by user (if is author).
– List of 5 recent comments made by user
– 2 buttons to forum threads and topics (which I would like to replace by a list of 5 recent topics).
So how can I directly display those last xx posts (outside simple-press) on the user profile page.