• Hi, i don’t want my logo to link back to the home page, i need to modify the themes header.php (i guess?), so that i can replace home by another url.

    The code looks like this;

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    <div class="header-part-left">
            <?php $ot_logo = ot_get_option( 'logo' ); ?>
            <a>">
                <?php if(!empty($ot_logo)): ?>
                <img src="<?php echo ot_get_option( 'logo' ); ?>" alt="<?php bloginfo( 'name' ); ?>">

    what part should i replace?
    thanks a lot

Viewing 1 replies (of 1 total)
  • The code that shows how the link is formatted did not come through properly. It would be the <a href= part, but that was mangled. If you can try again using the code button or backticks, we should be able to see how the link is generated and show you the way to modify that.

Viewing 1 replies (of 1 total)
  • The topic ‘change logo url’ is closed to new replies.