• I am wondering if you are able to like your header image to and different page. I am using wordpress as a blog http://www.blog.stuffandstuff.co that is attached to my main site http://www.stuffandstuff.co. On all my main sites pages, clicking on the header takes you page to the home page. I would like for the user to go back to my sites home page rather that the blogs home page when click on the header image. Is this possible?

    Thank you for your help.

Viewing 1 replies (of 1 total)
  • Theme Author GavickPro

    (@gavickpro)

    Hello,

    I suppose that you mean the logo as link in the header. In this case you should modify (or override in the child theme) file header.php – exactly the following line:

    <a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">

    the link for the logo is generated by the following fragment:

    <?php echo esc_url( home_url( '/' ) ); ?>

Viewing 1 replies (of 1 total)

The topic ‘Linking Header image to a different page’ is closed to new replies.