Support

Account

Home Forums Add-ons Repeater Field Repeater field rows don't show up Reply To: Repeater field rows don't show up

  • Hi @oxygensmith,

    You’ll have to setup postdata for it to work without specifying the second post id parameter..

    so put this before the if statement:

    
    setup_postdata();
    

    and then this right after the foreach loop

    
    wp_reset_postdata();