Başkalarına da lazım olur diye paylaşmak istedim.
Sitenin altında bu şekilde butonlar elde etmek için;
Footer.php' e şu kodları ekleyin;
<div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<a class="wpbottombutton" href="https://wa.me/+905xxxxx" target="_blank" style="color:#fff;" > <i class="fa fa-whatsapp" aria-hidden="true"></i>
</a>
</div>
<div align="center">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<a class="wpbottombutton2" href="tel:05xxx" target="_blank" style="color:#fff;" > <i class="fa fa-phone" aria-hidden="true"></i>
</a>
</div>
Css için şu kodları ekleyin;
.wpbottombutton {
position: fixed;
bottom: 0;
background: #25D366;
color: #fff;
width: 50%;
padding:1em;
text-align: center;
}
.wpbottombutton2 {
position: fixed;
bottom: 0;
background: #1D1D1D;
color: #fff;
width: 50%;
padding:1em;
text-align: center;
}