Replies: 0
I am attempting to use the code below within a custom content type loop to display the name of the poster. Instead, it displays the name and URL of the logged in user.
<a href="[bpps_profile_url]">[bpps_profile_displayname]</a>
How can I modify this to achieve what I want?
Thanks!