Support

Account

Home › Forums › Backend Issues (wp-admin) › How do you access a User ACF field from a Post Query? › Reply To: How do you access a User ACF field from a Post Query?

  • If company name is a tag (taxonomy) then you should look at get_term_by(). Or simply set a taxonomy query to query posts in that tag.