Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter raidious

    (@raidious)

    Copy header.php into the child theme, edit it and find:
    <a href="<?php echo esc_url( home_url( '/' ) ); ?>">

    replace with this:
    <a href="https://linkurl">

    But that would only allow me to make every header image link to one URL. I need each of the three images (and possible more in the future) to be links to three different URLs respectively.

    Thanks!

    Esmi

    Your code above is pretty awesome, but I was wondering if you can help me with this issue. Here is the link to the development version of a site I am working on:

    https://compassrose.raidiouscontrol.com

    I have created a child version of the twentyeleven theme and edited it heavily. I have changed the default image size for the rotating header image successfully and it rotates on every page of the site. I just received a request from the client that each of the three header images but converted to links. While this isn’t difficult to do with the code listed above, the client asked that each image link to a different internal site URL.

    Do you have any suggestions on how I can achieve this?

    Thanks in advance for your help!

Viewing 2 replies - 1 through 2 (of 2 total)