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)
You are not logged in. Please login or register.
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)
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.
Posts [ 2 ]