Rating: 3 stars
hello,
I am using reverie theme from Zurb Foundation and trying to add the infinite scrolling.
I have added this function to functions.php but it did not work.
add_theme_support( ‘infinite-transporter’, array(
‘container’ => ‘content’,
) );
It loads the article but the same one, not the next one. Also it changes the url to pages/2/ not to article title. ??
Any help would be great.
Thanks
]]>Rating: 5 stars
Add
function some_name_infinite_scroll_init() {
add_theme_support( ‘infinite-transporter’, array(
‘container’ => ‘content’,
) );
}
add_action( ‘after_setup_theme’, ‘some_name_infinite_scroll_init’ );
to function.php
]]>Rating: 2 stars
It only loads the comments of posts, can’t get it to load the post contents
]]>Rating: 1 star
No support
]]>Rating: 5 stars
It took some tweaking, and needs a bit more, but this plugin is the plugin I’ve been looking for. I tried many other solutions, and thanks to Tom Harrigan we’ve got a solution that’s working. I’ve now got a WP site with a Genesis theme doing forever scroll on the single posts like QZ, Time, NYTimes, and all the big sites are doing.
Thanks for making this guys! And more importantly, thanks for the support!!!
]]>Rating: 1 star
The plugin is great to hear. The missing parts are documentation and support on forum. I never got it to work.
]]>