Ajax Load More
InactiveProvides additional functionality for infinite scrolling Repeater and Relationship field data.
Get ExtensionInstalls
2k+
Rating
4.6 / 5
Version
1.4.0
Tested to
WP 6.8.5
Install Trends
Chart renders here (client-side)
Description
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.
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}"]
Installation
Uploading in WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Navigate to the ‘Upload’ area
- Select
ajax-load-more-for-acf.zipfrom your computer - Click ‘Install Now’
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
ajax-load-more-acf.zip. - Extract the
ajax-load-more-for-acfdirectory to your computer. - Upload the
ajax-load-more-for-acfdirectory to the/wp-content/plugins/directory. - Ensure Ajax Load More is installed prior to activating the plugin.
- Activate the plugin in the WP plugin dashboard.
FAQ
You must have v3.0+ of Ajax Load More installed.
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).
Gallery, Flexible Content, Repeater and Relationship fields are currently supported.
Create an [ajax_load_more] shortcode and set acf_field_type="repeater".
Create an [ajax_load_more] shortcode and set acf_field_type="relationship".
Create an [ajax_load_more] shortcode and set acf_field_type="gallery".
Create an [ajax_load_more] shortcode and set acf_field_type="flexible".