Header Link
-
Hi i was wondering how do you make your header become a clickable link? I would like mine to do that.
The blog I need help with is: (visible only to logged in users)
-
That is actually a little tricky and does not work in all themes. Basically you have to create a transparent PNG image with no background color that is the exact size of your header that you upload to your media library. You then put that image into a text widget as make it a link and then using inline CSS, you size that specific text widget to the size of the image and header and then use CSS positioning attributes to move that text widget up and over the top of the header.
-
@magikmouse: Put this in a text widget:
<div align="center" style="width:100%;top:0;left:0;position:absolute;z-index:11;"> <a href="YOUR BLOG URL HERE"><div style="width:940px;height:180px;"></div></a> </div>This will create an invisible linking rectangle in front of part of your header image. “Part”, because a) it drops lower when the admin bar is absent, b) it mustn’t cover the RSS etc. buttons.
@Rich: As you can see, I have simplified this and use no image – just an empty div.
-
I Have WordPress.COM if this helps anyone lol. i dont think the .div works i tried and it put that code on my site.
-
-
Hi! I was wondering if I can make a link to another wordpress blog that the users just click in the tittle of a page.
I want to vinculate in that way this three blogs:
http://catedravaldes.wordpress.com/
http://catedravaldesextension.wordpress.com/
http://catedravaldesinvestigacion.wordpress.com/
Thank you very much!
R
- The topic ‘Header Link’ is closed to new replies.