We'll create fresh WordPress site with Set Front Page Post Count installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Adds a setting under Settings -> Reading to allow the front page post count to be controlled independently of the main post count and adjusts paging to accomodate for this.
Uses the pre_get_posts
hook and checks for the $wp_the_query
query being passed, so won’t work with query_posts()
.