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

    It seems that you use the repeater in the “job listing” post type. In this case, you need to pass the job listing ID instead of the product ID. If that doesn’t work, could you please try the following code?

    global $post;
    var_dump( get_field('product_details', $post->ID) );

    Also, don’t forget to change the “Return Value” to “Term Object”.

    If still no joy, could you please open a new ticket and provide temporary admin credentials to your site? You can open a new ticket here: https://support.advancedcustomfields.com/new-ticket. Also, please don’t forget to explain the issue again and provide the link to this thread.

    Thanks 🙂