Posted by itdrupal on May 26, 2011 at 9:49am
Hi all, how can i add on openpublish new regions for my home page?
At this moment i have this default regions into the wrapper:
Header
Logo
Nav
Content
Footer
I would like to have a region between the Navigation bar and the Content, how can i do it?
Thanks
Comments
Several steps to add a new region to a theme
There are several steps to add a region a new region to a theme.
regions[my_region_name] = My Region Name<?php if($my_region_name): ?><div id="my-region-name">
<?php print $my_region_name; ?>
</div><!-- /my-region-name -->
<?php endif; ?>
I hope you learned a little
It is a damn poor day when you don't learn something.
Sorry, but i don't see
Sorry, but i don't see anything when i add contents in this new region..
I want to create a new region between the Navigation bar and the Content.. you told my to create a region but what is the position of this region? Footer, header etc..??