How to change default home link title?

For some reason this code has been added:


<h1 class="entry-title"><?php echo the_title(); ?></h1>

the_title will display the current posts title, you should replace this with what you actually want. If you wanted to remove this completely with no replacement just delete this line.

Also, this doesn’t appear to be a link at all, just a heading with an entry-title class