Support

Account

Forum Replies Created

  • Hello Dear,

    Thanks For Replay,

    I am also find solution in custom template in how to use repeater
    like,

    <?php

    $custom_fields = get_post_custom(91);
    $patine = $custom_fields[‘patine’];
    foreach ( $patine as $key => $value1 ) {
    $key . ” => ” . $value1 . “<br />”;
    }
    ?>

    use this function and get array value.
    and array value are used in for loop and create shortcode.

  • Thanks for replay me
    I am using this shortcode [acf field="testdata_0_full_name" post_id="91"] then it displays 1 record which is on 0st index.
    If i tried the shortcode [acf field="testdata_4_full_name" post_id="91"] then display only 3rd index. this all shortcode are display only 1 record.

    Is it possible to display all the records using single shortcode?

Viewing 2 posts - 1 through 2 (of 2 total)