Quote:
Originally Posted by WouterN
Step 1: get a list of distinct userid's from the post table of your wordpress database.
Step 2: loop that list and use a vb function like "get_userinfo.." to fetch the userinfo. Or you could just run a new query fetching all the userinfo you need using the distinct list of userids.
|
I don't happen to be a coder (i can read and edit other's code, not write my own), can you describe the above steps to me in some code - that'd be very helpful. Thank you!