Support

Account

Home Forums General Issues Querying multiple subfields of the same particular repeater row Reply To: Querying multiple subfields of the same particular repeater row

  • Sure, let me try to illustrate this.

    Here are the subfields for the person_department in the the People custom post type.

    Here’s Jeremy’s information in this repeater. He’s the head of the Glass Casting department, but only a “supporting” member in other departments.

    Then, here’s the Glass Casting department “post” in the Department custom post type. It uses single-department.php.

    Jeremy appears as the Head of the Glass Casting department. But he also appears in Supporting faculty. And it seems because the code recognizes that yes he IS a supporting member of *a* department. But I want the query to only search for head or supporting members of this particular department. That way, only the applicable people will appear in each faculty section, un like whats’s showing now.