Limit number of pages in pagination
Before I start, do not use get_posts for paginated queries. get_posts legally breaks pagination, and does not return the query object. If you need to paginate queries, use WP_Query As for your issue, I really don’t think limiting the total overall amount of posts to only 100 is possible when you involve pagination. The only … Read more