What is the best way to combine several pages to one "stacked" page?
-
Hello,
I have three separated pages ("featured projects" + "about" + "contact") which I want to combine to one page as my landing page. But: I still want to have the "about"-page and the "contact"-page as a separate page, so people can navigate to them independently.
Is there a best practice to combine those 3 pages to one? I don't want to have the content f.e. of the about-page redundant in two pages (landing page and single about page). This would be pain in editing content, because I would have to do it twice.
Best
Johannes -
Dear Johannes
@timperangel
You could make use of the Gridder JSON to copy over content into your combined landing page:
http://laythemeforum.com/topic/7421/insert-page-into-another
Or if the three individual pages will keep changing and you want the landing page to change with it, this will require some Custom code i think 🌝
You could look into cloning: https://www.w3schools.com/jquery/html_clone.asp
Best wishes
Richard