Point logo to other domain

Posted in: Newsmag
Post count: 45

How can I change the logo to point to our main domain?

The newsmag install of ours is on a sub domain like http://mynewsmaginstall.atmysite.com which makes me want to link the logo to the main domain http://atmysite.com

This have been easy as one two three of the other two subdomains and scripts connected to our site but I cannot figure it out in wordpress/newsmag 🙁

Can someone please help?

Post count: 26

Hey,
In your ftp navigate to your Newsmag parent theme > Parts > Header
Download logo.php as a backup
Edit logo.php with a text editor.
You’ll see anchor tags in both the //Retina and //Not retina code.
Change href=”<?php echo esc_url(home_url( ‘/’ )); ?>”
to
href=”http://www.newaddress.co.uk&#8221;
Change “http://www.newaddress.co.uk&#8221; to the URL you wish to link to. Clear any cache plugins you may be using afterwards.

You’ll need to do the same thing with logo-mobile.php

  • This reply was modified 11 years by Sean.
  • This reply was modified 11 years by Sean.
Post count: 45

@Sean

Thanks that seems to have made the trick!

Post count: 26

No problem 🙂 you may need to make that change again when the theme is updated but it’s a quick fix

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.