I have a channel I use for staff profiles. One of the custom fields (usr_author_id} in this channel holds the author_id related to that user.
On a single entry page I would like to show a profile plus all posts made by that person, but I am struggling to find the method for grabbing the author_id. I am aware that I cannot have a channel entries tag inside another, and I would rather avoid having the author id in the url so would a query inside the channel entries tag work.. something like this?
{exp:channel:entries channel="profiles" dynamic="off" author_id="{exp:query… }{usr_author_id}{/exp:query}"}