• I was able to remove the link from my header image in the past, but forgot how. It was deep deep on a forum somewhere.

    Anyone know how to prevent the header image from linking to your home page? I don’t like an infinite loop being the first thing a user sees on my site.

    You can see what I’m talking about if you hover over the mountain header in my home page.

    https://howtonsx.com

    • This topic was modified 4 years, 3 months ago by trevorspires.
Viewing 1 replies (of 1 total)
  • Hi, this is located on the file header.php
    It’s recommended to work in a child theme.

    TO-DO:
    1) Delete line 99
    <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
    2) Delete line 101
    </a>

    You will need to open that file with an editor like notepad++ to see line numbers.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Default Link from Header Image’ is closed to new replies.