JetPack Infinite Scroll feature not appending /page/x/ to URL
-
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 contains option for enabling infinite scroll
I need to display the page+page number in the url like https://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 https://testsite.com/?page/2
it show only https://testsite.com/
so could you please guide me how to display the url like this https://testsite.com/?page/2 when scroll down
kindly reply soon ASAP i am in the dead line of my project
Thanks in advance
- The topic ‘JetPack Infinite Scroll feature not appending /page/x/ to URL’ is closed to new replies.