Hey all,
This is my site:
I have started with th Atmospheric Augmentation theme and are changing it.
Now, in the header.php, the link to the homepage is defined
<div id="header">
<div id="site-title">
<a href="<?php echo home_url('/'); ?>" title="<?php echo esc_attr(get_bloginfo('name', 'display')); ?>"><?php bloginfo('name'); ?></a>
</div><!-- #site-title -->
</div><!-- #header -->
I removed this code...however, as you can see on my site, there is still a link between the header and the main content.
Does anyone have a clue where it is hidden?