Seprate content, Same page?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
NoIwillNOT

Seprate content, Same page?

Post 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?
User avatar
robsta
Forum Members
Forum Members
Posts: 131
Joined: Thu Oct 20, 2005 11:39 pm

Re: Seprate content, Same page?

Post 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
NoIwillNOT

Re: Seprate content, Same page?

Post 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?
NoIwillNOT

Re: Seprate content, Same page?

Post by NoIwillNOT »

Nevermind. I See what the {content block="bottom"} has done.

Thanks!
Locked

Return to “Layout and Design (CSS & HTML)”