Before you ask please READ THIS

Logo direct to different link?

edited September 2013 in Spaceship Posts: 6
Hello,

Is it possible to link my logo to a different place? I have a landing page set up where you can go to two sides of the site. I'd like it to link back to the landing page, rather than the sub-page. I hope that makes sense...I'm really not very adept at this!

Thanks again.

Comments

  • AirAir
    edited September 2013 Posts: 10,970
    Hi

    I don't know if in your case this would be good for users. These are clearly two different sites for me as user, and logo should just bring me to frontpage of current site. I would rather add some other link that will direct me back to 'select page'.

    Anyway to edit logo go to header.php line 71 and change
    <a id="logo" href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo $apollo13->get_option( 'appearance', 'logo_image' ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /></a>
    to
    <a id="logo" href="http://yours.com" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo $apollo13->get_option( 'appearance', 'logo_image' ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /></a>
    With regards.
    Post edited by Air on
  • Posts: 6
    Thanks so much! I think it could go both ways. But I think if one were to click that and end up back at the start, the one tiny extra step to click on which side you want to go to makes more sense than having to figure out how to get back to the original page (for those who aren't too internet savvy). Maybe someday I'll make a separate link to go to the "other side" but I'll have to think it through. This is perfect for now. Thanks again.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!