Page 1 of 1

Re: Multiple content block in one page

Posted: Sat Jan 04, 2014 9:04 pm
by JohnnyB
The easiest thing is to use more than one content tag in your template.

Code: Select all

{content} // the default tag
{content block='more_content' label='More Content'}
Take a look at the 'content' tag under Extensions >> Tags in the Admin Console.

Re: Multiple content block in one page

Posted: Sat Jan 04, 2014 9:38 pm
by Dr.CSS
A default install comes with many pages that explain how CMSMS works including...

http://multiintech.com/defaultcontent/h ... types.html

All parameters etc. for this tag are in it's Help page...