• Resolved vesnama

    (@vesnama)


    Hello,

    I have 2 pods:
    – user – extending user public profile
    – autor – custom post type

    They have relationship bidirectional field relating to each other:
    – user pod has relationship field autor
    – autor pod has relationship field user

    For Pods extending user public profile I am using Pods template.

    I successfully display on user public profile page value of cv field from related pod autor using
    {@autor.cv}

    But I cannot get label of this field displayed.

    None of these ideas work:

    • {@_field.autor.cv.label}
    • {@_pod.autor.cv.label}
    • {@_field.cv.label}
    • How to?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pods template: show related pod field label’ is closed to new replies.