Viewing 3 replies - 1 through 3 (of 3 total)
  • Because there is no stored record on the wp_options table for that url.

    Edit header.php and amend:

    <h1 class="blogtitle">
    <a href="<?php get_option('home');?>"><?php bloginfo('name'); ?></a>
    </h1>

    to

    <h1 class="blogtitle">
    <a href="https://kushfilms.com/catalog/index.php"><?php bloginfo('name'); ?></a>
    </h1>
    Thread Starter hoooger

    (@hoooger)

    Hi Esmi,

    Thanks so much for that but I can’t find any code that looks like that in header.php. Sorry, sure it’s simple but not too hot on this stuff.

    Thread Starter hoooger

    (@hoooger)

    Hi, can anyone help me with this? Am really stuck.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hyperlink header image to external site’ is closed to new replies.