Skip to content

Instantly share code, notes, and snippets.

@dompascal
Created November 23, 2013 12:18
Show Gist options
  • Save dompascal/7614009 to your computer and use it in GitHub Desktop.
Save dompascal/7614009 to your computer and use it in GitHub Desktop.
WP - Mobile conditional statements (Uses the mobble wp plugin)
<?php if (is_mobile() ) : ?>
<?php else : ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment