WordPress custom per page on paged archive vs first page
March 23, 2023 | Code Snippets
I ran into a situation where we wanted to have 10 articles featured on the main Blog page, but then as they paginated through to show 20 per page. The below code uses the “pre_get_posts” filter and some conditionals to make that happen: