Selamlar wordpress ise şunu buldum.
https://tr.wordpress.org/plugins/equ...bile-redirect/
https://tr.wordpress.org/plugins/mob...ect-plus-lite/
https://tr.wordpress.org/plugins/multi-mobile-redirect/
https://tr.wordpress.org/plugins/adv...bile-redirect/
güncelleyeceğim takip edin postu.

Birde ekran boyutuna göre algılayıp yönlendirme var kod olarak kolayca yapılır.

<script type="text/javascript"> <!-- if (screen.width <= 699) { document.location = "mobile.html"; } //--> </script>