Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
Yeah, it's a known issue. The problem is, the code fetches N posts, then removes things like spam. So, say we fetch 100 posts, and 99 are spam…there's only 1 left to display. The code needs fixed to fetch N posts after filtering. It's harder than it sounds; but it's on my list.