List posts/replys by specific user
-
Hi,
is there any way to list a specific users posts/replys?
Something like:
add_filter('get_thread_where', create_function('', 'return "p.poster_id = ' . $specific_author_id . '";'));
I want to create a link on the profile page, under the user name, something like “Show all posts by this user”. This is the easy part for me, but I cant create the page for the posts list.
Any idea how to do this?
Thanks in advance.
- You must be logged in to reply to this topic.