Change Header Logo Link to external URL

Hello!

I am trying to change the link connected to the header logo. I would like it to link to my external homepage, not my blog “homepage”. Is there a way for me to change the url of this link?

Thanks so much!

Hey there,
I hope you’re doing well today

To accomplish this you’ll need to modify the theme code,
Customizations like these aren’t covered by support, however I’ll be happy to help you out by pointing you in the right direction.

The file you’ll need to edit is the extra.php file located in the inc folder.
Look at line 565 and change the href to your external URL between quotes.
<a href="<?php echo esc_url( home_url( ‘/’ ) ); ?>">

Before attempting any sort of modification be sure to back up your current WordPress website.

I hope this helps

Best Regards,
Support

Hi!
Thanks so much for the response! I realize it’s more than a simple cosmetic thing I’m asking. I’ll be sure to backup before trying this.

Hope you have a great day!