Infinite Scroll Archive – Manual Trigger

global.js

jQuery(function($){

	// Infinite Scroll
	$('.nav-links .nav-next').remove();
	$(document).on('click', '.nav-links .nav-previous a', function(e) {
		e.preventDefault();
		$(this).closest('.posts-navigation').remove();
		$.get( $(this).attr('href'), function(data) {
			$(data).find('.archive-listing .post-summary').appendTo('.archive-listing');
			$(data).find('.posts-navigation').appendTo('.site-main').find('.nav-next').remove();
		});
	});

});

Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk