How to show rev slider for mobile if device is mobile.
Hi,
I have found the code below which is suppose to be able to do the above:
<?php if ( wp_is_mobile() ) : ?>
<?php putRevSlider("youraliasformobile") ?>
<?php else : ?>
<?php putRevSlider("youraliasfordesktop") ?>
<?php endif; ?>
Which file do I put the above code if I'm using Be Theme?
Thank you for your time.
SY Lim.
Comments
it's functions/theme-functions.php file. But please remember that all theme modifications you do at your own risk.
Thanks!
Thanks for understanding!