Make custom header in WordPress linkable to website home

Hi,
I’ve created my own grafic for the homepage but can’t seem to figure out how to link this grafic to direct the click to the Homepage exploring-wanderlust.com - any ideas?

To make header image clickable you have to edit header-exteansions.php file that you can find in theme folder - library - structure and replace:

<img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>">

with

<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
	<img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>">
</a>

Let me know if this helps.

Hi Aigars,

I am trying to follow your instructions, but I am struggling to find the header-exteansions.php file to make the changes you suggested. Can you help please?

Thanks, F

It is located in travelify theme folder >> Library >> structure. This file can’t be accessed via WordPress dashboard and you have to use some FTP client or file manager which comes with your hosting provider.

Hi, I’m trying to make the header_logo change on different pages (or different categories) for WildNativetours.com

Would really appreciate some direction as to where I should make the changes and what to change to achieve this.

Thank you for your help.

Kristian…

@boudiful

This thread is outdated and already marked as resolved. Please start you own thread and we will help you from there.

Sorry to bother you, but how do I achieve that, I cannot find anywhere to post a new question??

Thank you.

Kristian…

@boudiful

You can create new topic by using the form displayed at the bottom of the following page.