Removing the home link from header
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Removing the home link from header’ is closed to new replies.