Hi Jeremy Herve,
first i would like to thank you for giving me such a wonderful plugin like this.
I am using themeforest medium theme. in which theme contain option for enabling infinite scroll
I need to display the page+page number in the url like http://testsite.com/?page/2.
for that i have used jetpack extension and also activate my theme by using this following code
add_theme_support( 'infinite-scroll', array(
'type' => 'scroll',
'container' => 'content',
'footer_widgets' => false,
'footer' => false,
'wrapper' => true,
'posts_per_page' => false,
'render' => false,
) );
infinite scroll is working fine but my expected url not append like this http://testsite.com/?page/2
it show only http://testsite.com/
so could you please guide me how to display the url like this http://testsite.com/?page/2 when scroll down
kindly reply soon ASAP i am in the dead line of my project
Thanks in advance