Support

Account

Home Forums ACF PRO Acf front end for Repeater which has taxonomy as subfield Reply To: Acf front end for Repeater which has taxonomy as subfield

  • Hi @madhan2085

    That’s weird. Could you please debug the repeater like this:

    var_dump( get_field('product_details') );

    If that doesn’t work, could you please provide the product ID like this:

    var_dump( get_field('product_details', 99) );

    Where ’99’ is product ID.

    Also, could you please try to reproduce the issue on one of the WordPress’ stock themes (like Twenty Sixteen) with other plugins deactivated? If it disappears, then you can activate the theme and plugins one by one to see which one causes the issue.

    If still no joy, could you please share the JSON export file of your field group so I can test it out on my installation?

    Thanks 🙂