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
1.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}
temanızın index.php dosyasına ekleyin.
//kod
1
<div class="forkme"><a href="https://github.com/caylakpenguen" target="_blank" rel="nofollow"></a></div>
Yorum Gönder