Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Hello, to display the value of the acf field from another post, you need to specify the post id:
//get_field() — возвращает значение поля
$param = get_field('field_name',$post_id);
//the_field() — выводит значение поля в html
the_field('field_name',$post_id);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question