• My blog site is mtmstudios.com/blog. On the blog site there is a header image at the top that says, “Matt Timmons Media” and it is a link- but only to the blog site itself. I need to change the link so that it takes you back to my main website, mtmstudios.com. I can’t find where to do this anywhere. Help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s in your header.php file. The link will probably look something like this:

    <a href="<?php echo get_settings('home'); ?>/">

    You can change that to

    <a href="https://yourwebsite.com">

    Thread Starter Adrenaline416

    (@adrenaline416)

    Can’t find that file anywhere. I’ve seen some wp_header stuff, but none of them had hrefs in them.

    so when you go to the theme editor you dont have a header.php file??

    or your header.php file doesn’t have any links in it?

    it should be shortly after the <body> tag

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I get my blog header to link to my main website?’ is closed to new replies.