Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi Saba Gi

    Please create Raindrops template file

    name(required): hook-prepend-doc.php

    and write like below.

    <div><a href="http://www.example.com">www</a></div>

    Thank you.

    Theme Author nobita

    (@nobita)

    Another way ( Using custom menu )

    Please see folowing link

    https://wordpress.org/support/topic/more-than-one-menu-1?replies=7

    Thread Starter Saba Gi

    (@saba-gi)

    This adds a link above the header image. I would like to add a second URL to the header image. I have tried to add an image map but so far no joy.

    Theme Author nobita

    (@nobita)

    It maybe anchor link nested issue

    Please open header.php line 32

    <?php  echo raindrops_header_image( 'elements' );
    		} else { ?>
    
    	<?php  echo raindrops_header_image( 'home_url');
                    }

    plese change below

    <?php  echo raindrops_header_image( 'elements' );
    		} else { ?>
    
    	<?php  echo raindrops_header_image( 'elements');
                    }

    change from ‘home_url’ to ‘elements

    Thank you.

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

The topic ‘Add URL link to header’ is closed to new replies.