Hi I i am using ee, I have multiple authors and they have added 1000 entries already. I have a page where I list the authors.
I want to create a link from them to my products page listing only their entries instead of all the entries.
this post seems useful but I don’t understand it http://ellislab.com/forums/viewthread/131259/
it was easier than I though I found this http://ellislab.com/forums/viewthread/101822/#513824
I just added the author_id in the url and then in the products page used author_id=”{segment_2}” and that’s it.