Forums

How do I get my blog header to link to my main website? (4 posts)

  1. 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!

  2. jessn
    Member
    Posted 2 months ago #

    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">

  3. 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.

  4. RVoodoo
    Member
    Posted 1 month ago #

    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

Reply

You must log in to post.

About this Topic