[insert_php]
if (wp_is_mobile()) {
echo “mobile”;
}
else {
echo “desktop”;
}
[/insert_php]
Mark 8:27-38 +Second Sunday in Lent+ … Continue Reading
Matthew 21:1-11 +Lent 1 Evening Prayer+ … Continue Reading
Mark 1:9-15 +First Sunday in Lent+ … Continue Reading
Matthew 6:1-6, 16-21 +Evening Prayer - Ash Wednesday+ … Continue Reading
[insert_php]
if (wp_is_mobile()) {
echo “mobile”;
}
else {
echo “desktop”;
}
[/insert_php]