(function($) {
$(document).on('facetwp-loaded', function() {
if (1 === FWP.settings.pager.total_rows ) {
$('.facetwp-template a:first')[0].click();
}
});
})(jQuery);
Code snippets for FacetWP
(function($) {
$(document).on('facetwp-loaded', function() {
if (1 === FWP.settings.pager.total_rows ) {
$('.facetwp-template a:first')[0].click();
}
});
})(jQuery);