Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION multiple articles in one page
#5
(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:


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
thank you very much for your time. i will look at these later on.
Reply


Messages In This Thread
multiple articles in one page - by swipis - 2015-04-29, 04:18:42
RE: multiple articles in one page - by datiswous - 2015-04-29, 05:34:08
RE: multiple articles in one page - by swipis - 2015-04-29, 05:47:20
RE: multiple articles in one page - by Timbow - 2015-04-29, 06:47:20
RE: multiple articles in one page - by swipis - 2015-04-29, 18:07:37



Users browsing this thread: 1 Guest(s)