http://www.lenslider.com/ sitede gördüğüm github forkme güzelliğini bende kullanayım dedim ;-)
Gerçi hazır eklenti var http://wordpress.org/extend/plugins/github-ribbon/
ama ben bunu beğendim.
temanızın style.css dosyasına ekleyin
//kod
[code].forkme{position:fixed;top:0;right:0;width:149px;height:149px;z-index:9}
.forkme a{display:block;width:149px;height:149px;background:url(http://www.lenslider.com/wp-content/themes/lenslider_theme/images/forkme.png) no-repeat}
[/code]
temanızın index.php dosyasına ekleyin.
//kod
[code]
<div class="forkme"><a href="https://github.com/caylakpenguen" target="_blank" rel="nofollow"></a></div>
[/code]
Yorum Gönder