LowEndBox recently crested the 6,000 posts mark! We actually hit it two days ago, but I was down for a bit due to a COVID booster shot reaction (pretty horrible 24 hours, but better than getting COVID).
It’s been a little over 2 years since were were at 5,000 post mark, which was back on July 16, 2023. Here’s some stats for nerds:
Date | Num Posts | Days to Reach |
2/1/08 | 1 | |
9/6/10 | 500 | 948 |
8/1/11 | 1000 | 329 |
1/29/13 | 1500 | 547 |
7/13/14 | 2000 | 530 |
3/14/17 | 2500 | 975 |
10/12/19 | 3000 | 942 |
12/27/20 | 3500 | 442 |
11/25/21 | 4000 | 333 |
9/27/22 | 4500 | 306 |
7/16/23 | 5000 | 292 |
5/17/24 | 5500 | 306 |
8/5/25 | 6000 | 445 |
There’s no native WordPress way to say “when was our 2,000th post” so I had to craft a query…for posterity:
SELECT * FROM ( SELECT post_title, post_date, ROW_NUMBER() OVER (ORDER BY post_date ASC) AS rn FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' ) AS numbered_posts WHERE rn IN (500, 1000, 1500, 2000, 2500, 3000, 3500, 4000, 4500, 5000, 5500, 6000);
So early on things were rather slow content-wise, then picked up in 2020, which was when Jon Biloh bought the platform and took it out of Deluxe purgatory.
The milestone posts:
Since then we’ve tried to keep the pipeline full of interesting content. A lot of days, that’s great offers that providers ask us to publish, or offers we see on LowEndTalk and decide to boost a little here. Other days there’s something interesting in the news, or we throw out a fun tutorial. Occasionally we even delve into comics.
We hope you find LowEndBox entertaining and enjoy our content. Please bookmark us and consider subscribing to our newsletter to get notified of every post:
Congrats on the 6000! Thank you for maintaining this resource.