Support

Account

Home Forums General Issues How to trick plugins to think fields are the_content? Reply To: How to trick plugins to think fields are the_content?

  • Hi @jeremynative

    I’m afraid I can’t see it repeats on your page. I’ve attached a screenshot for your reference.

    Also, I can’t see what’s wrong with your code. I’ve tested it on my installation and it works correctly. Could you please debug the returned data like the following?

    echo "<pre>";
    var_dump( get_field('repeater_field_name') );
    echo "</pre>";

    Thanks 🙂