views:

11

answers:

1

I want to create a page where i can just show the Loggedin users post and info.

A: 

I think you can achieve this by first using get_currentuserinfo to get the user id, and then pass this to get_posts. With the author parameter you get only posts from this author.

Jan Fabry