This morning i played with Infinite Scroll, a wordpress plugin that make just that: your page becomes infinite…
* on the way i spotted 2 small errors in the code of the plugin; for those who like me have wordpress in distinct directories: you will have to edit wp_infinite_scroll.php and make sure that get_option(’home’) on line 48 and on line 401 is get_option(’siteurl’) otherwise you wont have the little loader image neither will it find the plugin directory.
