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

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

$
0
0

You would use similar code to the above in your theme where the menus are output:

<?php if (is_mobile()) { ?>
   <?php wp_nav_menu( array('menu' => 'Mobile Nav' )); ?>
<?php } else { ?>
   <?php wp_nav_menu( array('menu' => 'Desktop Nav' )); ?>
<?php } ?>

Viewing all articles
Browse latest Browse all 22088

Trending Articles