I have a WordPress site that is responsive. The problem is that my front-page messes up when a smartphone or tablet connects to it.
Is there anyway to redirect or have a completely different page that a user who uses a smartphone or tablet gets sent to? I have seen a few sites do this, but I have not figured out how after about a few hours of searching and testing.
Anyone know of a plugin, or a code way to solve my problem?
There are at least three ways:
use a plugin to redirect to a new URL. If you're on WordPress 3.4+, you can use a plugin like http://wordpress.org/extend/plugins/simple-mobile-url-redirect/
Modify your theme to detect the browser difference (Similar to this question: https://wordpress.stackexchange.com/questions/3875/how-to-detect-mobile-devices-and-present-them-a-specific-theme). I wouldn't recommend trying this unless you authored the theme yourself.
Use a new theme that automatically detects mobile devices. Most newer responsive themes out there that do this automatically.