I’m going to test the user agent to load a mobile template instead of the desktop theme.
There are many mobile detection scripts out there.
- Does
wp_is_mobile()
function work well? - What is your experience in comparison with other classes like e.g.
mobiledetect.net
?