I am attempting to create a custom region for my Drupal 7 sub theme. The process I am following is:
1) Specify sub region in .info file of subtheme like this: regions['sub_region'] = Sub region 2) In the page.tpl.php file, print render($page['sub_region']); at the location where I wish the sub region would appear.
3) Cleared the Cache
However, this new sub region does not appear in my Blocks.
Anybody have pointers as to what I am doing wrong ? Or need to do more
Thanks