I want to insert a custom logo just above the main menu so it would be the first element in the layout. So, I've tried to create a new widget area. I don't know if I can put a widget area before the main menu area....I've registered the new widget area but I don't know where to insert the code inside index.php
- Code: Select all
<?php if(gk_is_active_sidebar('newone')) : ?>
<?php gk_dynamic_sidebar('newone'); ?>
<?php endif; ?>
It is possible to create a widget area in this place? Is there any method? Can I edit directly a given php file and insert the <div></div> myself?
