Doubts about using dynamic tags in the Profiles listing type.

  • Posted 2 months ago

Hi,

I still haven’t figured out when, in the Archive or Single Post templates of the Profiles listing type, I can use @post(field) instead of @post(profile.field) or @author(profile.field).

For example, if I have a multi‑select taxonomy topics, in the Preview Card template @post(topics.label) and the loop @post(topics) work, but in the Single Page template they don’t: there I must use @post(profile.topics.label) and the loop @post(profile.topics).

I understand accessing the author profile dynamic tags from other listing types, but in the Profiles listing type access should be direct with @post(field).

What am I missing?

Thanks.