I'm trying to create one page from content of other pages. These are all pages; not posts.
So, for example, HomePage will be comprised of the content from 3 other pages (PageOneConent, PageTwoContent, and PageThreeContent), in addition to what is entered into the HomePage editor itself.
I'm doing this because in between the content I have inserted into the template various Javascripts for image rotations, dropdown menus, etc. These Javascripts are in the template because they break if they are in the WYSIWYG editor.
Any thoughts on how to do this?
Thanks.