çoğu ayarlarım aynı şekilde taşımak istedim.
Blogger da ben yönledrme sayfası yapmıştım orda çalışıyordu ama şuan wordpresste kodları ekleyince çalışmadı sorun nedir? altta kodu verdim
<script>
$(function(){
$('.icon-download').each(function() {
if((this.href).replace('http://','').replace('https://','').replace('www.','').split(/[/?#]/)[0] != document.location.hostname){
$(this).attr('href', 'https://apkdelisi.com/yonlendirme?url=' + this.href);
}
});
});
</script>