An Ajax Load More extension that adds compatibility with Relevanssi.
Ajax Load More for Relevanssi is a tiny extension that provides the functionality for returning Relevanssi query results to Ajax Load More for infinite scrolling.
The extension works by providing a connection point between Ajax Load More and Relevanssi and is available for users running at least Ajax Load More 2.13.0.
alm_query_args
filter to your theme functions.php – Learn More.ajax-load-more-for-relevanssi.zip
from your computerajax-load-more-relevanssi.zip
.ajax-load-more-for-relevanssi
directory to your computer.ajax-load-more-for-relevanssi
directory to the /wp-content/plugins/
directory.This extensions works by using the alm_query_args filter to pass values to the Relevanssi query and then back to Ajax Load More.
You can pass search term to your Ajax Load More shortcode. [ajax_load_more search=”My Search Query” id=”relevanssi”]
In your Ajax Load More Repeater Template you can do the following using the relevanssi_do_excerpt function.
global $post;
echo relevanssi_do_excerpt( $post, $args[‘search’] );
= 1.0.1 – December 18, 2019=
* NEW – Added support for core Relevanssi filter relevanssi_modify_wp_query