Temanızın index.css'sini açın ve en altına şu kodu ekleyin--
Kod:
#bayrak a {
position: absolute;
top: 0px;
left: 0px;
position: fixed;
text-indent: -1000px;
width: 100px;
height: 100px;
overflow: hidden;
background: url(http://www.siteadresi.com/bayrakresminiz.gif) 0 0 no-repeat;
}
-Bu kodu ekledikten sonra temanızın index.template.php dosyasınını açın ve <head> kodunun üstüne aşağıdaki kodu yapıştırın:----
---<div id="bayrak"><a href="http://www.siteniz.com/index.php" target="_self"></a></div>-
--
----
--
----
