How to put a link in the header?

5 replies
  • WEB DESIGN
  • |
I hope you can help me with this.
I have an image header in Wordpress.

I would like to add a link on the right side of the header
to a sister site that says, "Click here to our online store"

I'm drawing a mental blank on this. Can someone give
me an idea on how to do this?

Thanks
Jack
#header #link #put
  • Profile picture of the author NetMan
    Originally Posted by JKinakin View Post

    I hope you can help me with this.
    I have an image header in Wordpress.

    I would like to add a link on the right side of the header
    to a sister site that says, "Click here to our online store"

    I'm drawing a mental blank on this. Can someone give
    me an idea on how to do this?

    Thanks
    Jack

    You must edit the header.php file in your theme's folder.

    Regards,

    Andre Foisy
    {{ DiscussionBoard.errors[2599814].message }}
  • Profile picture of the author Vincenzo Oliva
    Go in to header.php, and replace the red code below with the green code. Problem solved
    <div id=”header”>
    to
    <div id=”header” onclick=”location.href=’http://siteaddress/’;” style=”cursor: pointer;”>
    {{ DiscussionBoard.errors[2599858].message }}
  • Profile picture of the author madno
    mr vincenzo is giving you a big help dude. Use it. In header.php file. And look below the div header. Create new div and use CSS to align the link to the right.
    Signature
    Free Wordpress Landing Page Download it for free. Now you can customize the header and background very easily. One theme with infinite design. Provided with video tutorials.
    {{ DiscussionBoard.errors[2602911].message }}
  • Profile picture of the author Big Squid
    It took my hours to figure this one out! Mr vincenzo is acting the santa claus here!
    {{ DiscussionBoard.errors[2603047].message }}
    • Profile picture of the author JKinakin
      My sincere appreciation for your help gentlemen!
      {{ DiscussionBoard.errors[2603966].message }}

Trending Topics