Support

Account

Home Forums ACF PRO Reverse query on author.php from User Relationship field Reply To: Reverse query on author.php from User Relationship field

  • Hi @claytoncollie

    I’ve just tested it using the second code structure I gave you before, and it was working as it should. Here is the code:

    'meta_query' => array(
        array(
            'key' => 'vbmmp_attorney_related_user_profile', // name of custom field
            'value' => $author_id,
            'compare' => '='
        )
    )

    Could you please check it out? Thanks!