Z
Z
zyusifov112021-09-26 13:20:33
WordPress
zyusifov11, 2021-09-26 13:20:33

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

2 answer(s)
A
Artem Zolin, 2021-09-26
@artzolin

the_field()

L
Legal Adviser, 2021-09-26
@Legal2019

The plugin has an official page with examples. Everything is clear and understandable.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question