Home > front end >  Load Wordpress page without refreshing the whole site
Load Wordpress page without refreshing the whole site

Time:02-10

I want to know if there's a way I can use Ajax/JS to browse inside my website pages without refreshing the whole site each time there's a click event.

Example: https://www.wearecollins.com/

I'd appreciate it if anyone can help me with this. Thank you.

CodePudding user response:

Maybe instant.page might be what you are looking for: github.com/instantpage/instant.page.

Demo on their homepage

  •  Tags:  
  • Related