Weblog

WordPress条件分岐:スマホ – PC

<?php if( function_exists('wp_is_mobile') && wp_is_mobile() ) : ?>
スマホ表示
<?php else: ?>
PC表示
<?php endif; ?>