Support

Account

Home Forums General Issues Query relationship field in repeater field Reply To: Query relationship field in repeater field

  • Hi Elliot,

    In you original reply in this thread, you allude to this being possible using the post_object field rather than the relationship field, is that correct?

    I’ve got a repeater field on a page for listing awards, which contains sub fields for ‘award-name’, ‘award-year’ and ‘award-project’ (the last of which is a post_object field, limited to the ‘projects’ custom post type.

    I’m looking to query that on the single projects template, to display the name and year of any awards that have that project set for award-project.

    (I know it would be much easier to do it the other way around, having the award set on the project itself and then querying them on the awards page, but I need to allow for some awards not having a project associated with it.)

    Cheers