i do agree with Unvirginator
but i wont choose any of the above as most of the traffic would be from mobile and all these sites ( theme ) take a lot of loading time.
better would be, hire a freelancer and create a site with minimal yet attractive design.
Reason would be:
it would load...
does not matter whether it is paid or free. It should rewrite the content in a way to make it unique ( yes it cant make it 100% unique ) and readable.
Thanks
Go here https://gtmetrix.com/ , analyse your site.
It will mention all the things which are affecting your site speed. Fix them.
P.s i increased my site speed from 63/100 to 96/100 . Pm me your site i will let you know what you can do
Javascript method is not reliable. use php snippet instead.
code is mentioned below
<?php
require_once 'Mobile_Detect.php';
$detect = new Mobile_Detect;
if($detect->isMobile()) {
header('Location: http://mobile.example1.com/'); // url of your mobile site or any different link
exit;
}
the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.