Page 1 of 1

Seprate content, Same page?

Posted: Sat Jun 02, 2007 5:22 am
by NoIwillNOT
I have a website composed of a top portion and a bottom portion, both together on one page and both with content, on each page both portions will show information (example, if you had an about page, the top portion would show 'about site' and the bottom portion would show 'about webmaster'

Due to the nature of the site, they both need to be seperated as content.

Putting {content} in both places obviously will just produce the same thing twice...

Any advice?

Re: Seprate content, Same page?

Posted: Sat Jun 02, 2007 6:58 am
by robsta
You can do it two ways

multiple content blocks - easy

insert {content} and {content block="bottom"} into the template where you want them to appear... (this gives you two editors in the content page when you add new pages..

user defined tags hard
grab the content for both blocks on the fly...

R

Re: Seprate content, Same page?

Posted: Sat Jun 02, 2007 5:03 pm
by NoIwillNOT
I see.

If I block out the bottom section so the content doesn't apear twice, how do I get the bottom specific content to load.

Is there a {content} tag which will retrieve specific content?

Re: Seprate content, Same page?

Posted: Sat Jun 02, 2007 5:18 pm
by NoIwillNOT
Nevermind. I See what the {content block="bottom"} has done.

Thanks!