I figured out the selectors:
Content Selector: #main #post-list
Nav Selector: #post-navi
Next Selector: #post-navi div.prev a
Item Selector: div.post
It is loading them as you scroll but it’s not adding them to the columns. Any suggestions? I tried adding div.col to the content selector but it didn’t help. With this added to the Content Selector it then tried to load multiple items at a time in each column and basically froze up.
I think the key might be to repeat the function(s) that spreads the posts over the columns but I am not sure if I’m going in the right direction.
So close…