Multiple Filters
The Filters add-on supports multiple filters and multiple instances of core Ajax Load More running on the same page.
Multiple Filters Targeting One Ajax Load More Instance
You may want to create multiple filters that target the same Ajax Load More instance. In this case, the target values must be comma-separated within the core Ajax Load More shortcode, as shown below.
Ajax Load More Shortcode[ajax_load_more id="my_listing" filters="true" target="filter_1, filter_2"]
Note: Facet filtering is not available when using multiple filter instances.
Filter Multiple Ajax Load More Instances
You can filter multiple Ajax Load More instances with a single filter by comma-separating the target values in the filter shortcode.
Filter Shortcode[ajax_load_more_filters id="my_id" target="alm_1, alm_2"]
When more than one instance of both Filters and core Ajax Load More are present on a page, certain core add-on features such as paging URLs and forward/back browser button support are disabled by default and cannot be enabled.