2015-04-29, 18:07:37
(2015-04-29, 06:47:20)Timbow Wrote: There are loads of ways to have multiple content blocks. <?php getPageContent('second'); ?> is good. If you want it on only one page you can make a new template, or put it in your template with this:thank you very much for your time. i will look at these later on.
PHP Code:<?php if (return_page_slug()=='PAGE') getPageContent('second'); ?>
Or you can use components or you can use a plugin to handle it all.
There is stuff in the wiki on components by page