2015-04-29, 06:47:20
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:
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
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