Orijinal içerik sahibi: idesign360.com

Adım 1: Temanızın index.css dosyasını açın ve en sonuna ekleyin:
.go-top {
position: fixed;
bottom: 2em;
right: 2em;
text-decoration: none;
color: #fff;
background: #666;
font-size: 14px;
padding: 1em;
display: none;
}
.go-top:hover {
background: #333;
}


Adım 2: Temanızın index.template.php dosyasını bulun ve içindeki şu kodu arayın: