1

Topic: [SOLVED] Adding new content areas

Is it possible to add new content areas, outside of the main content and the sidebar?

Last edited by SRD (2011-08-15 08:11)

Thumbs up

Re: [SOLVED] Adding new content areas

Yes, you can add as many as you want (ok, not too much).
You can even check if there is something in it before it loads.
In your layout or page add something like this:

<?php echo $this->content('something'); ?>

Then you call it by adding page-part "something" and enter your content.

See in wiki under functions->content for more.

Wolf CMS Paper Guy
Wolf CMS related blog / journal at Project 79 | Wolf CMS Docs