Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22159

Scott (@scottsweb) on "[Plugin: mobble] Can I use this to switch link URLs"

$
0
0

You can use mobble for this (providing your site/host is not using a static cache)... Something along the lines of:

<?php if (is_mobile()) { ?>
<a href="http://linkmobile.com">Mobile</a>
<?php } else { ?>
<a href="http://linkdesktop.com">Desktop</a>
<?php } ?>

Will do what you are after.


Viewing all articles
Browse latest Browse all 22159

Latest Images

Trending Articles



Latest Images