I have a home page template and I want to pull content from other pages and have them display in the home page template.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Finally answered my own question. You use static blocks instead of pages. These are located under the CMS menu in the back room. Then you use this code to display the static block in the html:
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('staticblockname')->toHtml() ?>