Buy me a coffee

How to move Blog Prev/Next above Comment

To move Blog pagination prev/next above Comment box, you can use this code to Website Tools > Code Injection > Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script>
  jQuery(document).ready(function($){
  $('section#itemPagination').insertBefore('section.blog-item-comments');
})
</script>

2ec231257815df4b8604 Min

Result

Cbe965882cb88be6d2a9 Min