$current_clinic_id = get_the_ID();
$custom_query_args = array(
'post_type' => 'post',
'cat' => 1, // категория с врачами
'posts_per_page' => -1,
'meta_key' => 'field_name',
'meta_value' => $current_clinic_id,
'post_status' => 'publish'
);
Disallow: *?p=
https://ru.wordpress.org/download/releases/