Support

Account

Home Forums Add-ons Repeater Field "Load more" for repeater field Reply To: "Load more" for repeater field

  • Hi @mariol

    It’s not really an issue of ACF but rather general PHP and JS in your theme.

    Simplest solution would be to initially show only 10 and hide all other. Then use JS so that when one clicks the load more button you show the next 10.

    A more advanced and sophisticated solution would be to just load the first 10 and use AJAX to load the next 10 with each click.

    In any case this goes outside of support for ACF I’m afraid and it’s too much work to give you whole code snippets.

    Hopefully you can build something on your own with the suggestion I’ve given 🙂

    Best of luck!