How to develop ajax based wordpress theme like spotify or soundcloud?
-
Hi,
I know how to develop a WordPress theme and I know how to use Ajax to load data from REST API.
My problem is here:
I don’t know how to create a WordPress theme that loads pages using AJAX.in a normal theme, we create index.php, home.php, and for example page.php.
Now If I use AJAX it will just use index.php and I can’t change HTML using page.php because it will never open page.php it loads data from REST API and loads it inside index.php or home.phpPlease tell me:
1. How to stop WordPress from loading page.php to avoid reloading the page and just loading data from REST API.2. How to change the HTML of a page when loading page data with Ajax.
3. Is there any simple WordPress theme that uses Ajax to load pages to learn from it?
4.I don’t want to use admin-ajax.php.
Thanks
- The topic ‘How to develop ajax based wordpress theme like spotify or soundcloud?’ is closed to new replies.