hi, i'm using wordpress 2.1.2 , the default kubrick theme, and i want to put a "Home" link in the bottom right of the header, or in "Pages", any sugestions ?
thanks
hi, i'm using wordpress 2.1.2 , the default kubrick theme, and i want to put a "Home" link in the bottom right of the header, or in "Pages", any sugestions ?
thanks
The code for that would be simple:
<a href="/">Home</a>
You just have to decide where you want to place it.
Open sidebar.php or header.php and play around with the code.
thanks
i've found a place for the code in header.php, where it works, but i don't know how to put it in bottom right, right now it's in top right
thanks again, i did it :)
<div align="right"><a title="Home Page" href="http://404.z1.ro">HOME</a></div>
This topic has been closed to new replies.