Answer the question
In order to leave comments, you need to log in
How to display ACF Wordpress post data?
<?php
if( have_posts() ){
while(have_posts()){
the_post(); ?>
<p>КАК ВЫВЕСТИ ТУТ ПОЛЕ КОТОРОЕ СОЗДАНО ПРЛАГИНОМ ACF</p>
<?php } } ?>
Answer the question
In order to leave comments, you need to log in
The plugin has an official page with examples. Everything is clear and understandable.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question