Hey Luo,
Yep that handled half my problem, the view now shows a particular users post, however I'm struggling to make view create a link but using the authors ID NOT the username. For example, this is what I have now
<a href="http://mysite.com/user-reviews/?u=wpv-post-author">See all [wpv-post-author format="name"] reviews</a>
IT should be something like:
<a href="http://mysite.com/user-reviews/?u=wpv-post-author format="ID"]">See all [wpv-post-author format="name"] reviews</a>
or
<a href="http://mysite.com/user-reviews/?u=wpv-post-author meta="ID"]">See all [wpv-post-author format="name"] reviews</a>
But those don't work… any idea on how to make the author ID display?
Thanks