Added to functions.php the following code:
/**
* Add theme support for infinity scroll
*/
add_theme_support( ‘infinite-scroll’, array(
‘type’ => ‘scroll’,
‘footer_widgets’ => false,
‘container’ => ‘content’,
‘wrapper’ => true,
‘render’ => false,
‘posts_per_page’ => false
) );
And worked perfectly, you can see it working live at https://www.rockonfire.mx/