Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • michaltuma Friend
    #119151

    Hello,

    i am not sure if this is template related question. Anyways please help if you can:

    I am running website on http://www.golfportal.cz – but I have SEO duplicity issue with logo linking to http://www.golfportal.cz/index.php instead of just http://www.golfportal.cz

    Can you please tell me how to change logo URL linking to http://www.golfportal.cz ?

    Thank you very much for your help

    Michal

    Michael Casha Friend
    #215725

    It appears to work fine with the logo linking to index.php but if required you can change it by doing the following.

    Change

    <a href=”index.php”><img src=”<?php echo $ja_template_path;?>/images/logo.jpg” alt=”<?php echo $mosConfig_fromname?>” /></a>
    to:

    <a href=”http://golfportal.cz”><img src=”<?php echo $ja_template_path;?>/images/logo.jpg” alt=”<?php echo $mosConfig_fromname?>” /></a>
    Although I do recommend not making this alteration.

    ErikThorsen Friend
    #215753

    Yes, please also make sure that if your site for some reason does not allow to use http// without the www then you would have to use this code:

    <a href="index.php"><img src="<?php echo $ja_template_path;?>/images/logo.jpg" alt="http://www.golfportal.cz" /></a>

    michaltuma Friend
    #215760

    Thank you both.

    It didnt work but based on your advice i figured it myself. This works OK. I hope it didnt screw something else…

    <a href="http://www.golfportal.cz"><img src="<?php echo $ja_template_path;?>/images/logo.jpg" alt="http://www.golfportal.cz" /></a>

    Michael Casha Friend
    #215764

    Ops, sorry about that. I’ve fixed up my code above.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  Michael Casha 17 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum