Support

Account

Home Forums Add-ons Repeater Field Display repeater child field value Reply To: Display repeater child field value

  • Hi @warpx,

    I reckon you will need to use our post object. 🙂

    It will return a WP post object that you can access using the standard WP functions. Eg:

    <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>

    Checkout out our example here => http://www.advancedcustomfields.com/resources/field-types/post-object/