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?
Seprate content, Same page?
Re: Seprate content, Same page?
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
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?
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?
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?
Nevermind. I See what the {content block="bottom"} has done.
Thanks!
Thanks!