Learning Drupal is the smartest thing you can do.
Add regions to a theme
At first it was a little confusing, but after reading about .info files and studying the garland theme I gave it a try. In my case I needed to print some content on my frontpage, there was not enough regions available so I had to create my own.
The theme's info file is the place to start. It is within you're theme folder and is called themename.info. Default regions is listed here and to create new ones use the same style as the default, just copy them and rename (add as many as you like).
When updating a theme info-file you have to visit the Site building theme section so that Drupal can check for updates, in some cases you might need to clear cache. To see if the new regions is available visit Site building Blocks and click one of the select menus, you're new regions should be listed if you have done everything right.
Important! You can not use "special letters" like æ,ø,å inside the info files.







Great Article
Great Article very helpful.
Thank you so much.