Description
- change pagination title/link to posts belong current category
- buy me a coffee
#1. Install Code
#1.1. Click Gear icon on Blog Page

#1.2. Click Advanced > Post Blog Item Code Injection

#1.3. Paste this code
- If your site is Personal/Basic Plan and it doesn’t support Injection, see #3.1
<!-- 07.26c24v2 Pagination inside Category -->
<script>
window.PaginationInsideCategoryConfig = {
categoryMode: 'merge',
maxItemsPerCategory: 20,
keepSpaceWhenNoPost: true,
hideSectionWhenNoPost: true,
updateImage: true,
debug: false
};
</script>
<script src="https://code.beaverhero.com/blogpost/0726c24v2paginationinsidecategory.js"></script>

#2. Customize
#3. Other
#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can edit Site Footer

Add a Markdown Block
![]()
Add this code into Markdown
<script>
window.PaginationInsideCategoryConfig = {
categoryMode: 'merge',
maxItemsPerCategory: 20,
keepSpaceWhenNoPost: true,
hideSectionWhenNoPost: true,
updateImage: true,
debug: false
};
</script>
<script src="https://code.beaverhero.com/blogpost/0726c24v2paginationinsidecategory.js"></script>
