Ajax Load More for Advanced Custom Fields

Descrição

Ajax Load More for Advanced Custom Fields provides additional functionality for infinite scrolling Flexible Content, Gallery, Repeater and Relationship field data with Ajax Load More.

Easily access Repeater, Gallery, Flexible Content and Relationship custom field data from a page or post and return the results to Ajax Load More for infinite scrolling.

View Documentation

Supported Field Types

The following ACF Field Types are supported:

  • Gallery – The gallery field provides a simple and intuitive interface for managing a collection of images.
  • Flexible Content – The flexible content field acts as a blank canvas to which you can add an unlimited number of layouts with full control over the order.
  • Relationship – The Relationship field creates a very attractive version of the post object field. With a Relationship field, you can select from pages + posts + custom post types.
  • Repeater – The repeater field allows you to create a set of sub fields which can be repeated again and again whilst editing content.

Shortcode Parameters

The following Ajax Load More shortcode parameters are available when the Advanced Custom Fields extension is activated.

  • acf – Enable compatibility with Advanced Custom Fields. (true/false)
  • acf_post_id – The ID of the current page/post. Default = $post->ID
  • acf_field_type – The type of ACF field. (gallery/flexible/relationship/repeater)
  • acf_field_name – The name of the ACF field.
  • acf_parent_field_name – Access sub field data up to the three levels deep.
  • acf_row_index – Access sub field data in a Repeater or Flexible Content field by row index.

Example Shortcode

[ajax_load_more repeater="default" acf="true" acf_field_type="repeater" acf_field_name="{your_field_name}"]

Instalação

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select ajax-load-more-for-acf.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download ajax-load-more-acf.zip.
  2. Extract the ajax-load-more-for-acf directory to your computer.
  3. Upload the ajax-load-more-for-acf directory to the /wp-content/plugins/ directory.
  4. Ensure Ajax Load More is installed prior to activating the plugin.
  5. Activate the plugin in the WP plugin dashboard.

FAQ

What version of Ajax Load More is required?

You must have v3.0+ of Ajax Load More installed.

How do I use this extension?

Once installed, visit the Ajax Load More Shortcode Builder and build a custom shortcode specifying the ACF field type (acf_field_type) and field name (acf_field_name).

What field types of Advanced Custom Fields are supported?

Gallery, Flexible Content, Repeater and Relationship fields are currently supported.

How do I infinite scroll Repeater fields with Ajax Load More

Create an [ajax_load_more] shortcode and set acf_field_type="repeater".

How do I infinite scroll Relationship fields with Ajax Load More

Create an [ajax_load_more] shortcode and set acf_field_type="relationship".

How do I infinite scroll Gallery fields with Ajax Load More

Create an [ajax_load_more] shortcode and set acf_field_type="gallery".

How do I infinite scroll Flexible Content fields with Ajax Load More

Create an [ajax_load_more] shortcode and set acf_field_type="flexible".

Avaliações

7 de Agosto, 2020 1 reply
I couldn't make it work, documentation is not clear enough, it's confusing. Big con is that it needs another plugin which is quite large. This needs a standalone small solution.
17 de Dezembro, 2018
Such a helpful tool to create professional ajax loaded content on my website using ACF contents – thank you!
22 de Junho, 2017 1 reply
Works great a little confusion at the start but got it working after reading several times and following the author examples, works very nice with ACF galleries
11 de Maio, 2017 1 reply
Great, another superb addition to the Ajax Load More toolset. While it was possible to hand code the functions that this tool provides before, this plugin makes it simpler and faster to get things done. Less head scratching, more getting things done! Really nice, thanks Darren 🙂
Leia todas as 4 avaliações

Contribuidores e desenvolvedores

“Ajax Load More for Advanced Custom Fields” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.

Contribuidores

Registro de alterações

1.3.2 – June 11, 2023

  • NEW: Added support for accessing sub field data in Repeater or Flexible Content field types by row index.
  • UPDATE: Updated to add compatibility with Cache Add-on 2.0 and Ajax Load More 6.0.
  • FIX: Fixed issue with broken Paging add-on and ACF extension.

1.3.1 – December 30, 2022

  • FIX: Fixed issue with undefined $page variable when using Repeater field.
  • FIX: Fixed issue with $alm_item variable being off in preloaded queries.
  • UPDATE: Code cleanup and organization.

1.3.0.1 – March 6, 2020

  • FIX – Fix for issue with Relationship field type show PHP warning message about undefined variable.

1.3.0 – October 22, 2019

  • UPGRADE NOTICE – Users updating to the latest ACF extension must also update core Ajax Load More to 5.1.6 to get sub_field support.
  • NEW – Added support for infinite scrolling nested sub fields (acf_parent_field_name). Up to 3 levels of nesting is supported.
  • UPDATE – Removed legacy API endpoint.

1.2.0 – May 6, 2019

  • UPGRADE NOTICE – This update requires Ajax Load More 5.1+.
  • NEW – ACF extension now uses the WordPress REST API for Ajax queries. This change can be reverted in ALM Settings.

1.1.2 – September 19, 2018

  • FIX – Fixed cache creation issue with Cache add-on and Repeater and Flexible Content fields.
  • FIX – Fixed issue with offset parameter not working in preloaded Ajax Load More query.
  • FIX – Fixed PHP warning message about undefined variable.

1.1.1 – October 5, 2017

  • NEW – Adding new alm_get_acf_gallery_theme_repeater function for integration between Theme Repeaters (add-on) and the Gallery Field Type.

1.1 – May 22, 2017

  • NOTICE – Requires Ajax Load More 3.0.1+
  • NEW – Added support for Gallery field type.
  • NEW – Added support for Flexible Content field type.

1.0 – May 4, 2017

  • Initial Release.