Greetings. I’m stumped on the following question and can’t seem to find any postings to help.
I have a series of article authors and want to link their names at the top of each article to a profile of that author on a custom template within the site.
I assume the author’s name will be a path using that author’s ID. The path goes to a template with the default profile tags such as {bio} along with custom profile tags.
The path looks like this:
<a href="http://{path=site/member_profile/{author_id}}">{author}</a>But the template only displays my profile, even though the article is assigned to someone else. Any suggestions?