Adrenaline416
Member
Posted 2 months ago #
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!
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="http://yourwebsite.com">
Adrenaline416
Member
Posted 1 month ago #
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