Support

Account

Home Forums ACF PRO Display sibling ACF fields Reply To: Display sibling ACF fields

  • Hi @cober

    Thanks for reaching out to us.

    You may consider using the post_not_in option in your query as follows .

    'post__not_in' => array($post->ID)

    Hope this helps.