Blog Pagination bug and solution
-
post pagination in blog page doesn’t work in WordPress 5.5 and above.
Please check and fix this problem as soon as possible.
here is the temporary solution. users must add this code in bolg page:
<script>
jQuery(‘.elementor-pagination’).find(‘a’).each(function() {var url=jQuery(this).attr(‘href’);
var pieces = url.split(“/”);var newhrf =window.location.origin+’/blog/page/’+pieces[4];
jQuery(this).attr(‘href’,newhrf);
});</script>
- The topic ‘Blog Pagination bug and solution’ is closed to new replies.