what is the best practice to turn a single-page website into a wordpress site? How should I render the different pages in ONE file (front-page.php, e.g.), appearing one after another?
Each section on the page should be a different wordpress (static) page. One template that renders other templates?
Thank you in advance!
in the index.php file make each section a post query of the page name.
Here is some code I used a while back. Might help you out.
Make sure when you test it the ID’s match pages in the backend.