• Hello! Don’t work this code in Repeater Template. I used add-on Ajax Load More for ACF.

    <?= do_shortcode( '[ajax_load_more acf="true" acf_post_id="21124" acf_field_type="repeater" acf_field_name="category" post_type="post" scroll_distance="-500" transition_container="false"]' ) ?>
    <?php
    global $post;
    $id = $post->ID;
    echo 'id: '.$id; ?>

    I use this on the main page, not in the archive.

    How do I get an ID?

    • This topic was modified 2 years, 2 months ago by venator.
    • This topic was modified 2 years, 2 months ago by venator.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Dont work echo’ is closed to new replies.