wordpress if mobile or not
-
I have responsive theme and I need to show a div for mobile only
It looks like this<div id="A">A content</div> <? if mobile ?> <div id="mobile_notice">mobile_notice</div> <? end if ?>so I just need to show if it’s only mobile.
<? if mobile ?> <—- how do you make if condition?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘wordpress if mobile or not’ is closed to new replies.