I installed Jetpack and nothing happened, also they wanted me to connect my wordpress.com account which I don’t have.
I saw your other thread on the same topic and also posted there. You can choose an option that is more appropriate and fulfill your need.
After installation and connecting with your WordPress.com account, you also need to enable and configure the Infinite Scroll. If you don’t have WordPress.com account, then you can get a free account.
Configure infinite scroll
Borrowing from jetpack infinite scroll page:
Most themes nowadays have Infinite Scroll support built in already! To check to see if your theme supports Infinite Scroll, simply activate the Infinite Scroll module under Jetpack -> Settings and check that “Scroll Infinitely” is checked under Settings -> Reading.
You can add the infinite scroll support in your theme by adding following piece of code in the functions.php file of your active theme:
add_theme_support( 'infinite-scroll', array(
'container' => 'content-holder',
'footer' => 'page',
) );
Please take a backup of your theme directory or at least functions.php file before editing the functions.php file.
Hey, I followed the other thread. This one should be closed now, I need your help on the other side mate! 😛